N
nbuserx
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
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