Hi P Kishor, 
        I dont use transactions, and I dont commit.
        Do I have to commit even if I dont use transactions?
        BTW, my sqlite version is 3.4.0
        Thanks for your reply
On Wed, 2008-11-12 at 21:48 -0600, P Kishor wrote:
> On 11/12/08, henry <[EMAIL PROTECTED]> wrote:
> > hey,
> >  I'm a rookie to SQLITE, recently I tried to use Sqlite to integrate with
> >  my app, I opened a database handler, insert some records, delete some
> >  records, then closed the database handler. The problem is the next time
> >  when I connect the Sqlite, the actions I did last time has all gone
> >  away, it did not take any effect to the database. There's no error code
> >  when using the sqlite api, and if I use that handler to query the
> >  database, the inserted data is there.
> >
> 
> Is your application using transactions? Did you forget to commit?
> 
> 
> >  Thanks in advance
> >  regards
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to