Hi
I just completed my database hospital application and now i'm ready to export it into a JAR file. I palced the DB in the classes subfolder and played with ClassLoader but got nothing!
I used the following code
String driver = "sun.jdbc.odbc.JdbcOdbcDriver";
String url="jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=f:hospitalDb.mdb;}";
any idea how to make a JAR file for a database application?
i would be grateful
P.S:i'm using MS Access