2008/5/29 thomas diligent <[EMAIL PROTECTED]>: > Is there a way to dump a database through sqlite jdbc ?
As SQL statements? No obvious way is built into the driver. If you want a binary dump, I suggest closing all connections and trying: new FileInputStream(dbfile) d. --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
