Re: Cant read second table from same sqlite database iphone
Re: Cant read second table from same sqlite database iphone
- Subject: Re: Cant read second table from same sqlite database iphone
- From: Andrew Farmer <email@hidden>
- Date: Sun, 11 Apr 2010 13:10:21 -0700
On 10 Apr 2010, at 18:02, charisse napeÿfffff1as wrote:
> //get the name and the score
> int iDen = sqlite3_column_int(statement, 0);
> NSString* name = [NSString stringWithUTF8String:(char *)sqlite3_column_text(statement, 0)];
Surely column 0 cannot be both an integer and text. Which one is it?_______________________________________________
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