--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2-database...@googlegroups.com.
To post to this group, send email to h2-da...@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.
I think the best your going to do is export to SQL and then reimport that (making any necessary compatability)
On Sun, Sep 20, 2015 at 6:01 PM, Cecil Westerhof <cldwes...@gmail.com> wrote:I need to convert a H2 database to SQLite. Are there tools to do this, or do I have to program it myself?
2015-09-21 2:06 GMT+02:00 Mike Goodwin <mkpgo...@gmail.com>:I think the best your going to do is export to SQL and then reimport that (making any necessary compatability)I already use this for backups. I thought that there where differences between the SQL syntaxes, but I can always try. I will try this and let the result be known.
On Sun, Sep 20, 2015 at 6:01 PM, Cecil Westerhof <cldwes...@gmail.com> wrote:I need to convert a H2 database to SQLite. Are there tools to do this, or do I have to program it myself?
--Cecil Westerhof