Re: [sqlite] example of import/copy for Windows?

2007-08-21 Thread Dwight Ingersoll
On 8/21/07, Preston, Brian <[EMAIL PROTECTED]> wrote: <> > Does anyone have an example of doing an import from a .sql file into an > existing sqlite3 db? I've tried: > > sqlite3 .import > > sqlite3 .import | > > sqlite3 .import > > sqlite3 | .import > > and various other permutations.

Re: [sqlite] example of import/copy for Windows?

2007-08-21 Thread Dennis Cote
Preston, Brian wrote: I'm trying to import a .sql file into a db on Windows. I'm doing a migration. I was able to create the .sql file from the old sqlite3 db with the dump command. But I cannot figure out the syntax/format of the import command for Windows. The examples on the sqlite3 site