| Subject | How to connect to a Paradox database |
| Date | 01/19/2006 |
| Message | Bonjour,
Merci de m'indiquer comment une TASK pour accéder à une base SQL PARADOX à partir de l'option SQL DATABASE. Cordialement, |
| Reply1 |
Hi Guy,
Thanks for using Automize. We cannot test against Paradox database, but here are some instructions after doing some research on the internet: 1) Download the java JDBC driver for Paradox (from corel) (included with jpDOX?) 2) The driver name is PdxJdbc.jar 3) Copy this driver to Automize main folder and also to the Automize\jre\lib\ext folder. If lib\ext folder does not exist, create it. 4) In the Utilities/database test dialog: For the driver class name use: com.corel.pdx.driver.PdxJDBCDriver 5) For the database URL use: jdbc:bdea://machine_name_or_IPAddress/paradox_database_Alias;SM=SessionManagerName 6) Example Database URL = jdbc:bdea://localhost/PdoxAlias;SM=SessionMgr where: PdoxAlias" is a Paradox directory alias. "SessionMgr" is the pdxJDBC server's session manager. Note: The default string "SessionMgr" is correct unless you change the session manager name in <jPdox_install_dir>appsrvappsrv.properties. good luck and keep me informed -- Sincerely, Melvin Desilva Hitek Software
|
| Reply2 | |
| Reply3 | |
| Reply4 | |
| Reply5 |