Progress DB connection through Java

If you download jdbc drivers ( assuming that they exist ) this should not be a problem..
If there are not, i think you should think about using an ODBC connection.
Are you talking about connections made from inside a program or about how to use some specific tool ( that uses them ) or about how to config an odbc?
 
You can connect to a progress database if you ahve the following files.

jdbc.jar
progress.jar
procli.dll
jdbcprogress.dll

Copy these files and store it int he "lib" direcotory of your applications server.
Or
copy these files and store it int he "lib/ext" folder of IDE.
Also
copy procli.dll and jdbcprogress.dll file in the "C:\windows\system32" folder.
This should be enough for you to make a conenction.
 
Back
Top