Results 1 to 2 of 2
Thread: connect to microsoft access
- 07-09-2007, 03:31 AM #1
Senior Member
- Join Date
- Jun 2007
- Posts
- 132
- Rep Power
- 0
connect to microsoft access
I want to connect my java application with access data base, I run java in linux.
here dsn is the name of the dsn created on the windows system.Java Code:Class.forName("sun.jdbc.JdbcOdbcDriver"); DriverManager.getConnection("jdbc:odbc://192.168.0.0/dsn","","");
dsn - user, file, system dsn have been created and tested,
which driver do I have to use?
if the url used by me was correct?
- 07-09-2007, 03:33 AM #2
Senior Member
- Join Date
- Jun 2007
- Posts
- 110
- Rep Power
- 0
Similar Threads
-
connect two applet
By dg_iiita in forum Java AppletsReplies: 0Last Post: 02-15-2008, 01:59 PM -
Help with access a database using Microsoft Access
By cachi in forum JDBCReplies: 1Last Post: 08-07-2007, 07:51 AM -
[Microsoft][ODBC SQL Server Driver]Invalid Descriptor Index
By leonard in forum JDBCReplies: 1Last Post: 08-06-2007, 09:24 PM -
connect to MSDE
By leonard in forum JDBCReplies: 1Last Post: 08-06-2007, 04:37 PM -
Java Microsoft VM vs JRE SUN
By Ed in forum New To JavaReplies: 2Last Post: 07-02-2007, 02:09 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks