Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sudhakarpothu

    Null userid is not supported

    Hi, I get the following error when i run my Java program to connect DB2 V 9 express Edition database on VMware windowsXP. com.ibm.db2.jcc.c.SqlException: [ibm][db2][jcc][t4][10205][11234] Null userid is not supported. at com.ibm.db2.jcc.b.b.E(b.java:1792) at com.ibm.db2.jcc.b.b.d(b.java:1799)...
  2. sudhakarpothu

    Jdom parsing problem

    Hello Friends, I am trying to parse two xml documents (using JDOM) and create a third one which is combination of these two. following is the code I'm using. import java.io.*; import java.util.Iterator; import java.io.IOException; import java.util.List ; import org.jdom.*; import...
  3. sudhakarpothu

    Jar file execution problem

    Hello friends, I have a project folder in which i have 4 packages application ui controller model and a folder Datafile containing project related xml and text files my main class is in application package I am creating a jar file of my whole project folder in Eclipse environment, using the...
  4. sudhakarpothu

    SQL select statement problem

    Hello Friends, I have a problem with retreiving data from my oracle database using sql select statement. here I am using a user form in vb to get the data from a begining date to ending date, my database has different coloumns for Year, month and Day Here the problem is, the earlier...
  5. sudhakarpothu

    A problem with SQL select statement

    Hello Friends, I have a problem with retreiving data from my oracle database using sql select statement. here I am using a user form in vb to get the data from a begining date to ending date, my database has different coloumns for Year, month and Day I am using six variables to get the values...

Part and Inventory Search

Back
Top