connectivity with Ms Access (Remotly) using HXTT Driver
843859Jul 24 2006 — edited Oct 4 2006hi all,
I m using HXTT Access Driver for connecting MS Access remotly.
when i m using MS Access Data which lies in my own system (local) its working fine..
String connectionURL= "jdbc:access:/c:/Data/MyData.mdb" ;
But if m using Data which lies at some other sytem.......
String connectionURL= "jdbc:access://192.100.100.37:3099/c:/data/MyData.mdb"
its giving the following Exception..........
java.sql.SQLException: Failed to connect to remote database: java.sql.SQLException: Failed to get response from remote server: java.net.ConnectException: Connection refused: connect
at com.hxtt.global.SQLState.SQLException(Unknown Source)
at com.hxtt.sql.remote.RemoteDriver.int(Unknown Source)
at com.hxtt.sql.remote.RemoteDriver.connect(Unknown Source)
at com.hxtt.global.SQLState.getConnection(Unknown Source)
at com.hxtt.sql.HxttDriver.getRemoteAccessConnection(Unknown Source)
at com.hxtt.sql.HxttDriver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(DriverManager.java:512)
at java.sql.DriverManager.getConnection(DriverManager.java:171)
at mypackage1.HXTTConn.main(HXTTConn.java:29)
Please help me out , i hv spent lot of time in it