Kees

Thanks! it works! :)



Kees Nuyt wrote:
> 
> 
> Hi Sanjay,
> 
> On Mon, 1 Jan 2007 15:27:15 -0800 (PST), you wrote:
> 
>> i am sqlite noob on mac
> 
> So am I, I happen to use it on MS Windows.
> 
>> i was able to create tables and inserts records.however, 
>> when i exit and
>> relogin , i dont see any tables 
> 
> You have to use the database file name on the command line.
>       sql databasefilename
> 
> If you don't, you get a database in memory, which only persists
> as long as you stay in the program.
> 
> See also "Getting Started":
> http://www.sqlite.org/sqlite.html
> 
> type:
>       sql -help
> for commandline options.
> Hope this helps.
> 
> -- 
>   (  Kees Nuyt
>   )
> c[_]
> 
> -----------------------------------------------------------------------------
> To unsubscribe, send email to [EMAIL PROTECTED]
> -----------------------------------------------------------------------------
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/table-dissapears-after-.exit-tf2905844.html#a8118387
Sent from the SQLite mailing list archive at Nabble.com.


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to