Hi,

I'm new to SQLite and I need to know how to use the getConnection
function to open a db file relative to the currently executing
program. So normally the line is something like

Connection conn = DriverManager.getConnection("jdbc:sqlite:
\sample.db");

But I need to be able to have it open the database file relative to
the program files path which is executing the code. How do I specify
this?

Thanks,
-Alan
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to