error while fetching empty column from database in iphone
Posted
by Jaimin
on Stack Overflow
See other posts from Stack Overflow
or by Jaimin
Published on 2010-05-27T05:44:12Z
Indexed on
2010/05/27
5:51 UTC
Read the original article
Hit count: 159
iphone
i wnant to fetch the data fromt the database but getting error when i try to get the empty column... i used the following code to do it.. NSString *aDescription = [NSString stringWithUTF8String:(char *)sqlite3_column_text(compiledStatement, 2)]; so if my second column is empty than i get exception
© Stack Overflow or respective owner