Re: [sqlite] Closing SQLite3 from script

2008-11-21 Thread TheOnclejuna
Kees Nuyt wrote: > > On Fri, 21 Nov 2008 12:05:51 -0800 (PST), TheOnclejuna > <[EMAIL PROTECTED]> wrote in General Discussion of > SQLite Database : > >> >>Hello to everybody, >> >>I'm working few time with SQLite, and can't solve one problem. >> >>I have a script file with this commands: >> >

Re: [sqlite] Closing SQLite3 from script

2008-11-21 Thread Kees Nuyt
On Fri, 21 Nov 2008 12:05:51 -0800 (PST), TheOnclejuna <[EMAIL PROTECTED]> wrote in General Discussion of SQLite Database : > >Hello to everybody, > >I'm working few time with SQLite, and can't solve one problem. > >I have a script file with this commands: > >-- script.txt --

[sqlite] Closing SQLite3 from script

2008-11-21 Thread TheOnclejuna
Hello to everybody, I'm working few time with SQLite, and can't solve one problem. I have a script file with this commands: -- script.txt -- create table temp (title varchar(100), description varchar(200)); .separator ; .import ./file.txt temp update article set comp