Re: Sqlite3
Re: Sqlite3
- Subject: Re: Sqlite3
- From: Drew Lawson <email@hidden>
- Date: Thu, 9 Apr 2009 13:03:15 -0400
According to fawad shafi:
> i m working on sqlite3 database, problem is this that, when i
> insert data in database from xcode, n after this when i go to
> sqlite3 terminal. the data is not available there.
>
> more strange is that after inserting data from app, when i try
> to access the records, i can access. But after restarting the app
> it fetches no record
I don't know the sqlite details, but this sounds like a SQL transaction
that isn't getting committed. Does the sqlite API auto-commit changes?
Or do you have to do that explicitly?
--
Drew Lawson | We were taking a vote when
| the ground came up and hit us.
| -- Cylon warrior
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Sqlite3 (From: fawad shafi <email@hidden>) |