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] -----------------------------------------------------------------------------