Joe Wilson wrote:
> --- JoseAntonio <[EMAIL PROTECTED]> wrote:
> > 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");
>
> If you put a print statement after this line - is it reached?
>
> >
> > It doesn't throw exceptions or anything. The .db file is in the same
> > folder as the .jar file. What is happening?
>
> What's the OS?
> Is the directory on a local drive, a remote network drive or flash media?
> Is the current directory and temp directory writable and readable?
>
>
>
>       
> ____________________________________________________________________________________
> Luggage? GPS? Comic books?
> Check out fitting gifts for grads at Yahoo! Search
> http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz


I put a print statement before and after the line code. It shows the
first print, but not the one after the getConnection line.
I use Windows XP and the directory is in the local drive, writable and
readable.


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

Reply via email to