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!

Recent content by siren

  1. siren

    JDBC Connection to Progress91b

    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...
  2. siren

    JDBC Connection to Progress91b

    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 =...
  3. siren

    JDBC Connection to Progress91b

    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 =...
  4. siren

    JDBC connection to Progress through a Servlet

    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 =...
  5. siren

    JDBC connection to Progress91b

    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.

Part and Inventory Search

Back
Top