Re: [sqlite] Migrating from v2 to v3

2005-08-29 Thread Ray Mosley
What I was told was:
 sqlite OLD.db .dump | sqlite3 NEW.db
 That didn't work for me on Windows, but 
 sqlite OLD.db .dump > 2816dump
 sqlite3 NEW.db < 2816dump
Did work.

 On 8/29/05, Richard Boehme <[EMAIL PROTECTED]> wrote: 
> 
> I've been looking around the sqlite website and searching Google groups
> to try to find a migration guide for going from sqlite 2 to sqlite 3.
> Can anyone point me to such a guide?
> 
> Thanks.
> 
> Richard
> 
> 


-- 
Ray Mosley


[sqlite] Migrating from v2 to v3

2005-08-29 Thread Richard Boehme
I've been looking around the sqlite website and searching Google groups 
to try to find a migration guide for going from sqlite 2 to sqlite 3. 
Can anyone point me to such a guide?


Thanks.

Richard