Here is what I did in JBuilder:
1) From Tools/Configure Libraries I added a new folder (I gave it the name "JdbcProgress") under "User Home" and in the "class" tab I added the classes below (Probably only the first or the third one is sufficient but I added all the...
I am using Windows 2000 so I set the env variables from MyComputer/Properties/Advanced tab as shown below:
CLASSPATH = D:\PROGRESS91B\java\jdbc.zip;D:\PROGRESS91B\java\progress.zip;D:\PROGRESS91B\java
PATH = D:\PROGRESS91B\BIN;D:\PROGRESS91B\jdk\BIN;D:\PROGRESS91B\jre\BIN
JAVAHOME =...
By using JDBC driver, I am trying to connect to a Progress91b db through a class and a servlet. The commands that the class and servlet are using while connecting to the db are the same:
...
String driver = "com.progress.sql.jdbc.JdbcProgressDriver";
String URL =...
By using JDBC driver, I am trying to connect to a Progress91b db through a class and a servlet. The commands that the class and servlet are using while connecting to the db are the same:
...
String driver = "com.progress.sql.jdbc.JdbcProgressDriver";
String URL =...
I am using JBuilder6 Enterprise Edition and trying to connect to a Progress91b db.
I could not load the driver from Tools/Configure Library.
I do not know which file (is it a .jar file?) to choose so that the JBuilder can recognize the driver.
please help me.
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.