I have an odd problem. I'm making a java program that uses SQLite
(obviously). It works fine in my computer. But when I run the program
in another computer, it stops in this line:

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

It doesn't throw exceptions or anything. The .db file is in the same
folder as the .jar file. What is happening?


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

Reply via email to