On Tue, May 3, 2011 at 10:29 AM, Rolf Marsh wrote:
> Good Morning Richard... thanks for the response... after making the
> change you suggested and when doing the build, I get the following error:
>
>
>
>
> l "_sqlite3MisuseError", referenced from:
> -[PointPeekViewController
> imagePickerControl
Good Morning Richard... thanks for the response... after making the
change you suggested and when doing the build, I get the following error:
l "_sqlite3MisuseError", referenced from:
-[PointPeekViewController
imagePickerController:didFinishPickingMediaWithInfo:] in
PointPeekViewController.
On Tue, May 3, 2011 at 9:46 AM, Rolf Marsh wrote:
> Here is my code, written in Obj-C. I can't figure out what I'm doing
> wrong... can someone enlighten me? Please?
>
Set a breakpoint on sqlite3MisuseError() and see where it is being hit.
>
> NSString * errmsg = nil;
> SQLiteDB* db =
Here is my code, written in Obj-C. I can't figure out what I'm doing
wrong... can someone enlighten me? Please?
NSString * errmsg = nil;
SQLiteDB* db = [SQLiteDB sharedSQLiteDB]; // create the d/b
NSString *insertCommand = [NSString stringWithFormat:@"INSERT FAIL
INTO CardDat
4 matches
Mail list logo