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)...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.