Re: [sqlite] howto exit ?

2005-11-03 Thread Jim Dodgen
the ...> indicates uou are continuing a statement, from you r example it looks like you are lost. at this point you need to do what is needed to complete a statement, even though the statement is garbage, try typing a ; (to end a sql statemtent. you could be inside a quote so type a "; or '; to

Re: [sqlite] howto exit ?

2005-11-03 Thread Clay Dowling
> .quit bash$ That should probably take care of you. Clay Dowling Tero Vihavainen said: > yes I'm newbie ... :) > > ** clip *** > > [EMAIL PROTECTED]:/public$ ./sqlite3-3.2.7.bin > SQLite version 3.2.7 > Enter ".help" for instructions > sqlite> ^[[A^[[A^[[B^[[Bqqqccc > ...> qq >

RE: [sqlite] howto exit ?

2005-11-03 Thread Downey, Shawn
xwell Drive, Suite 204 Clifton Park, NY 12065 518-371-3983 x3 (work) 860-508-5015 (cell) -Original Message- From: Tero Vihavainen [mailto:[EMAIL PROTECTED] Sent: Thursday, November 03, 2005 9:08 AM To: sqlite-users@sqlite.org Subject: [sqlite] howto exit ? yes I'm newbie ... :)

[sqlite] howto exit ?

2005-11-03 Thread Tero Vihavainen
yes I'm newbie ... :) ** clip *** [EMAIL PROTECTED]:/public$ ./sqlite3-3.2.7.bin SQLite version 3.2.7 Enter ".help" for instructions sqlite> ^[[A^[[A^[[B^[[Bqqqccc ...> qq ...> ^[ ...> ...> ^X^X^X ...> ...> ...> ...> .exit ...> ...> ...> .quit ...> .bye