--- Hendy Irawan <[EMAIL PROTECTED]> wrote: > > > > java.sql.SQLException: out of memory > > > > at org.sqlite.DB.throwex(DB.java:252) > > > > at org.sqlite.NestedDB.open(NestedDB.java:59) > > > > at org.sqlite.Conn.<init>(Conn.java:60) > > > > at org.sqlite.JDBC.connect(JDBC.java:38) > > > > at java.sql.DriverManager.getConnection(Unknown Source) > > > > at java.sql.DriverManager.getConnection(Unknown Source) > > > > at SQliteUNC.main(SQliteUNC.java:63) > > > > I also get this exact error and I'm using Linux. > > I'm not sure if there's a distinction between "UNC" and "local" drives > in Linux here. > > So I can't use SqliteJDBC/NestedVM at all :-(
It works fine on Linux using local directories. Run the sample java program on the sqlitejdbc home page and report your findings. Assuming it runs correctly, change the connect string to "jdbc:sqlite:/tmp/test.db" and try that. If it does not run, then either your classpath is wrong or your current directory is not readable or writable. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
