It seems not to work to open a sqlite db with an UNC path under windows. If I
open it with a network letter then it work.
Caused by: java.sql.SQLException: out of memory
at org.sqlite.DB.throwex(DB.java:288)
at org.sqlite.NestedDB._open(NestedDB.java:73)
at org.sqlite.DB.open(DB.java:77)
at org.sqlite.Conn.<init>(Conn.java:81)
at org.sqlite.JDBC.connect(JDBC.java:64)
at com.inet.report.pool.PoolManager$PoolEntry.init(PoolManager.java:311)
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---