Re: [sqlite] Question on Sqlite DB

2006-11-07 Thread Benedetta . Turchi
Hi, can SQLite receive as input a file containing SQL instructions? Thank you Benedetta Turchi Engineering Tools Engineering Tools Website - *** *** Symbian Software Ltd is a company

Re: [sqlite] Question on Sqlite DB

2006-11-07 Thread Dennis Cote
[EMAIL PROTECTED] wrote: can SQLite receive as input a file containing SQL instructions? Benedetta, The SQLite library can't do that itself, but the command shell program that comes with it can using the .read command. sqlite3 mydb.db3 .read mysql.txt This will open (or create) the

Re: [sqlite] Question on Sqlite DB

2006-11-07 Thread John Stanton
Yes [EMAIL PROTECTED] wrote: Hi, can SQLite receive as input a file containing SQL instructions? Thank you Benedetta Turchi Engineering Tools Engineering Tools Website - *** ***