| Author |
Using MS ACCESS in a jar file
|
James Laison
Greenhorn
Joined: Dec 29, 2005
Posts: 18
|
|
|
i developed an app which stores data in an access database file. However, the application is bundled in a jar file along with the database. How will i be able to make use of the database as it is in the Jar File
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24057
|
|
|
Access won't be able to use the database while it's inside the jar file; you'd have to extract it to disk.
|
[Jess in Action][AskingGoodQuestions]
|
 |
James Laison
Greenhorn
Joined: Dec 29, 2005
Posts: 18
|
|
|
thanks for the response. I have already solved the problem
|
 |
 |
|
|
subject: Using MS ACCESS in a jar file
|
|
|