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

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to