We are having trouble connecting JDBC and Progress. What and where is the JdbcProgress.dll file? Does anyone have sample ".java" files that connect to a database properly?
Hi!
We are having similar problems with
establishing the connection. If someone will
inform you where's the dll file or will give you
any other useful information, be so kind as to
mail me too.
Thanks in advance, Dmitry.
"D. Dent" wrote:
>
>We are having trouble connecting JDBC and Progress. What
>and where is the JdbcProgress.dll file? Does anyone have
>sample ".java" files that connect to a database properly?
Hi D, i have a conecction with jdbc, what i did is: copy to the classpath the following files:
Progress91A/java/jdbc.zip,progress.zip and progress2.zip. Then the path Progress91A/bin in the path (autoexec.bat) there is where the .dlls are. i am using jbuilder 3.5 to create the .java, what are you using?
sony.
Simple!
You have to have install the :
SERVER
ENTERPRISE DB
CLIENT (this will help you to connect using JDBC)
Provision 9.0A or later
or
ClientNetWorking 9.0A or later
and you will find the JdbcProgress.dll that help you to connect with JDBC, you also need this pakages
JDBC.ZIP
PROGRESS.ZIP
PROGRESS2.ZIP
in your enviroment "CLASSPATH"
the rest is equal to any other connection JDBC
first try the connection with "SQL Explorer", is a Java aplication made by Progress and it`s comes with ProVision
BEST REGARDS
ARAM SALINAS
P.D. Sorry for my English!
"D. Dent" wrote:
>
>We are having trouble connecting JDBC and Progress. What
>and where is the JdbcProgress.dll file? Does anyone have
>sample ".java" files that connect to a database properly?