Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
JDBC - MS Access - JAR File ... problem
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="nbuserx, post: 597981"] I want to read some data from a MS Access DB using the ODBC-JDBC bridge, but instead of having the DB file seperate I want it inside my JAR file, so that its only one file to carry around and the DB file wont get lost anywhere. But... I cannot get it to work, it always says my path is wrong. I trying this : String filename = System.getProperty("java.class.path") + "/data/MyDB.mdb"; and it does not work. If there is any solution then please tell me. Thanks. Asif [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
JDBC - MS Access - JAR File ... problem
Top