User Profile

Collapse

Profile Sidebar

Collapse
bw171
bw171
Last Activity: Oct 15 '08, 02:29 PM
Joined: Jul 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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....
    See more | Go to post

    Leave a comment:


  • 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)...
    See more | Go to post

    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;
    ...
    See more | Go to post

    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;...
    See more | Go to post

  • bw171
    started a topic asp.net/vb / oracle problem
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...