Well that could be an entirely different post.....
Being a newbie, I am not sure how I would re code that to achieve what I want
Basically, i want to set the output of the report either as a CSV file or a TXT file....
User Profile
Collapse
-
Also, would knowing the version help
java version "1.4.2_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)...Leave a comment:
-
Here is the full code
...Code:/* * $Header: //software/source/java/dev/src/edu/web2/layer/ccmdschooladmin/sampledownloader/Downloader.java#11 $ * * Copyright © 2005 NCS identiydme. All rights reserved. */ import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream;
Leave a comment:
-
Statement expected in private enum inside of java code
I got some java code below, and upon trying to compile it in my unix environment, i get the following error
()[/home/mgt/gmat]> javac Downloader.java
Downloader.java :37: ';' expected
private enum ReportFormat {
^
1 error
This is a portion of the code below
import java.io.File;
import java.io.FileOut putStream;... -
asp.net/vb / oracle problem
Hopefully, I frame this problem/question correctly.
I have some code written/updated in visual studio 2003. This code when setup on other machines where I have installed the Oracle 9i client, and the Oracle 9.0 odbc drivers will connect to my oracle database when debugging. I ported the SAME code onto a new machine, installed visual studio 2003, installed IIS, installed the .net frameworks 1 thru 3, but when I am going through the...
No activity results to display
Show More
Leave a comment: