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!

Portable drivers

843854Dec 22 2001 — edited Dec 22 2001
Hi,

My current situation:
I've have created a simple MS Access database. With the ODBC settings of Windows I use a suitable driver, which is "connected" to this database. From my Java application I can connect to the database through this driver. This situation is just the normal usage for JDBC.

My question is about some kind of portable driver. How can I use a driver, without having to set the ODBC settings within Windows, so I can distribute the whole package (Java application, database driver and database) as one and people can install it, without having to do anything else.

Thanks,

Jeroen
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 19 2002
Added on Dec 22 2001
1 comment
213 views