Network drive support is tricky, so I have avoided adding features to support it, especially on windows.
I would accept a patch to add unc paths. If cygwin has a standard format, I would prefer to follow it. D On 09/07/2008, Volker Berlin <[EMAIL PROTECTED]> wrote: > > 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] -~----------~----~----~----~------~----~------~--~---
