I have problem when making remote connection to another machine using
URL "jdbc:access://172.18.180.55:3099/c:/Program Files/edi/zb.mdb". How to ensure my other machine is liscening on port 3099.
For your information, i have no problem for JDBC connection to my local machine.
|
>How to ensure my other machine is liscening on port 3099.
Befor you begin remote connection. You should have read DBAdmin and un HXTT AccessServer as Windows Service or Linux(Solaris) Daemon. The key is adding a jdbc:access://172.18.180.55:3099/c:/Program Files/edi/zb.mdb url on the 172.18.180.55 host. What's your error message? We can know the error reason from the client error message.
|