Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

connectivity with Ms Access (Remotly) using HXTT Driver

843859Jul 24 2006 — edited Oct 4 2006
hi 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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 1 2006
Added on Jul 24 2006
5 comments
235 views