I recently installed
J2EE 1.4 and this has Pointbase 4.6.
I can see that it has three jars (for Drievr, I guess):
pbclient.jar
pbembedded.jar
pbtools.jar
Now I wrote a dumbest
Java program to access one of it's table called EMP.
I can see that the URL of the database is:
jdbc :pointbase

ev (as displayed as node in PointBase Console) and it's on port 9092.
Please see the program below:
I'm getting various errors. First of all, it's not recognizing Driver and then it's saying that database DEV doesn't exist.
Please tell me what Settings do I need to make in CLASSPATH, javac, java etc.
And how to successfully run it...
Thanks in advance..
Rajeev.
[ May 10, 2004: Message edited by: Jeanne Boyarsky ]