On Thu, Nov 04, 2004 at 04:24:50PM +0800, Ng Pheng Siong wrote:
> On Thu, Nov 04, 2004 at 10:18:12AM +0200, [EMAIL PROTECTED] wrote:
> >   I've just started using Sqlite and still haven't figured out how to
> >   save the database to the disk. I can create a database and insert any
> >   data I want and select data from the table.  But as soon as I leave the
> >   program all is gone.
> 
> If you're using the "sqlite3" command line shell, supply the database
> filename when you start it: [...]

And when you're using transactions, be sure to COMMIT. Else you will
not see anything the next time you open the database.

-- Gerhard
-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?

Attachment: signature.asc
Description: Digital signature

Reply via email to