On 01/19/2012 12:42 AM, g...@novadsp.com wrote:

On 18/01/2012 16:41, Richard Hipp wrote:

What does sqlite3_errmsg() say?

'SQL logic error or missing database'

Are you using sqlite3_prepare() or sqlite3_prepare_v2()? If the
former, try switching to prepare_v2() then checking the error message
again.

One possibility is that you're hitting one of the r-tree tables
built-in constraints by specifying a record with (minval > maxval)
for one or more of the dimensions.

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

Reply via email to