Re: Retrieving Boolean from database

2008-11-30 Thread Mahaboob
Thanks Clark Cox, Now it is working fine. I also need to retrieve all the values where this Boolean value is True. I tried the Query like both: QuickLiteCursor * cursor = [db performQuery:[NSString stringWithFormat: @"select * from Contact where UseDefault = 1 "]]; and QuickLiteCursor * cursor = [

Re: Retrieving Boolean from database

2008-11-30 Thread Clark Cox
On Sun, Nov 30, 2008 at 9:29 PM, Mahaboob <[EMAIL PROTECTED]> wrote: > Hi, > I'm using QuickLite database to hold some data. I created one column as > Boolean to hold the state of a Checkbox and I inserted the values to the > table. But whenever I'm retrieving the values from database the Boolean >