Results 1 to 4 of 4
- 02-23-2009, 01:01 PM #1
Member
- Join Date
- Dec 2008
- Posts
- 30
- Rep Power
- 0
Accessing a remote Microsoft Access database
Hi,
As we access a remote oracle databse (remote-> on a different machine), is it possible to access a remote access database ? If yes, what changes should i make to the connection string below to access the same:
"jdbc: odbc:MyDSN", "username", "password"
This particular DSN (MyDSN) resides in my system.
i.e. The access database (.mdb) will remain in a different machine and will also have a corresponding DSN in the same system. What connection string should I use to access this databse from a java applcation in my machine ?
- 04-03-2009, 05:30 AM #2
Member
- Join Date
- Apr 2009
- Posts
- 8
- Rep Power
- 0
Re:
If your database resides in another system, then u can do it with DSN settings,
instead of selecting your own hard drive for searching database, u can select the option network, and browse for the machine and database, click ok
- 04-03-2009, 05:31 AM #3
Member
- Join Date
- Apr 2009
- Posts
- 8
- Rep Power
- 0
sorry , the case was not for oracle..:(
- 12-01-2011, 06:40 AM #4
Member
- Join Date
- Dec 2011
- Posts
- 1
- Rep Power
- 0
Re: Accessing a remote Microsoft Access database
Hi,
I am facing an issue while connecting to ms access db in shared drive without using DSN.While debugging java compiler crashed after executing Connection statement(DriverManager.getConnection()).I am using java1.6.Can anyone help in solving this issue?
Similar Threads
-
: Accessing remote directory???
By vaskarbasak in forum AWT / SwingReplies: 3Last Post: 10-15-2009, 08:19 AM -
remote access
By Omarero in forum NetBeansReplies: 1Last Post: 11-03-2008, 07:36 AM -
remote file access problem
By kib_tse in forum New To JavaReplies: 2Last Post: 08-14-2008, 06:04 PM -
Help with access a database using Microsoft Access
By cachi in forum JDBCReplies: 1Last Post: 08-07-2007, 07:51 AM -
connect to microsoft access
By bbq in forum JDBCReplies: 1Last Post: 07-09-2007, 03:33 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks