What is the right way to define a Boolean field in a SQLite table and how to store/retrieve such boolean value?
I tried different field type (Boolean, Integer) and different way to store the boolean value. Opening the table with an external SQL Browser (SQLiteManager) the field store the bool value as 'true' (lowercase and no quotes), but reading the valued with the Reader the returned value is everytime False.
Could you please giveme a little help?
Many thanks
Mimmo
I tried different field type (Boolean, Integer) and different way to store the boolean value. Opening the table with an external SQL Browser (SQLiteManager) the field store the bool value as 'true' (lowercase and no quotes), but reading the valued with the Reader the returned value is everytime False.
Could you please giveme a little help?
Many thanks
Mimmo