Re: sqlite iphone question....
Re: sqlite iphone question....
- Subject: Re: sqlite iphone question....
- From: Keith Duncan <email@hidden>
- Date: Fri, 23 Jan 2009 22:44:26 +0000
if (sqlite3_open([path UTF8String], &database) == SQLITE_OK)
Don't use UTF8String to get a C string for a file system path, you
should use -fileSystemRepresentation.
Keith
_______________________________________________
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