Hello, I experience a problem using the pure java (NestedVM) version of the SQLite JDBC driver v037. When I try to connect to a UNC drive I get a "out of memory exception". When I map the same UNC drive to a drive letter, and try to connect everything is ok. If I use the native JNI lib (same version v037) it works fine with UNC and with the mapped drive. Is this a known problem of the NestedVM version?
Thanks in advance Frank 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) --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
