I have an app that uses SQLite without any problem.
I create a new app for tests and I get the following.
I have a single table and a single INTEGER field.
I insert a single line. I try to read it: RowCount = 0.
So, I try with ExecQueryAsync: same result. In this case, also, a strange thing happens: If I write simply: Log ("Crsr.RowCount =" & Crsr.RowCount) by this time MY cursor no longer has 0 records ... but it contains 0 records!
(clear, right?
Take a look at the code)