Hi! I just had a hard time with opening a DB file, suspecting that the known "no absolute path" problem gave me the "out of memory" exception under very odd conditions. Until I noticed that SQLiteJDBC uses sqlite3_open(), thus not being able to accept chars other than 7 bit ASCII (Umlaute in this case) as DB file path. So, may I suggest that the driver uses sqlite3_open16() if ever possible to connect to the DB? BTW, what's the current state of the aforementioned issue?
Thanks for implementing this driver! :-) Martin --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
