On 06/01/2008, Brandon Tanner <[EMAIL PROTECTED]> wrote: > Am wondering if I have a java class that can construct the sqlite > database in memory if there is a way to save it to disk? Would it be > an sqlitejdbc thing or just a jdbc thing? thanks for your help.
Try out the ATTACH DATABASE command in SQLite. You should be able to attach the file and then fill the tables out of a memory db. http://sqlite.org/lang_attach.html d. --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
