On 24/04/2011, at 10:49 AM, Mickey Mestel wrote:

> we are using sqlite on the iPhone, in conjunction with SQLCipher, so the 
> sqlite version is compiled in with SQLCipher.  the version of sqlite is 
> 3.7.2, and 4.3 of iOS.
> 
> i have an issue that suddenly started appearing all of a sudden.  what is 
> happening is that the data is inserted into the database, but a read of the 
> database is returning empty rows.  it's returning the correct number of rows, 
> and there is no error, but all columns in the row and empty strings.

Have you tried removing SQLCipher, and just use standard SQLite, to help 
isolate the source of the problem?

Thanks,
Tom
BareFeetWare

 --
Comparison of SQLite GUI tools:
http://www.barefeetware.com/sqlite/compare/?ml

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to