Re: [sqlite] SQLite3 to SQLite2?

2008-06-17 Thread Gilles Ganault
On Mon, 16 Jun 2008 18:32:12 -0600, "David Baird"
<[EMAIL PROTECTED]> wrote:
>echo .dump | sqlite3 input.db | sqlite output.db

Thank you.

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite3 to SQLite2?

2008-06-16 Thread David Baird
On Mon, Jun 16, 2008 at 6:18 PM, Gilles Ganault <[EMAIL PROTECTED]> wrote:
> We have an application that can only read SQLite2 databases. Is there
> an easy way to convert a SQLite3 database file into the SQLite2
> format?

This might work:

echo .dump | sqlite3 input.db | sqlite output.db

-David
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] SQLite3 to SQLite2?

2008-06-16 Thread Gilles Ganault
Hello

We have an application that can only read SQLite2 databases. Is there
an easy way to convert a SQLite3 database file into the SQLite2
format?

Thank you.

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users