Issue with SQLite on Android devices

Hi all,

Wondering if someone can help me out. I recently went from Corona version: 2012.840 to 2012.894 and noticed that the following line of code (… db:nrows(…) ) which used to work on Android devices no longer work. Basically it does not go beyond the for statement. On both Corona and xCode simulator, it’s working fine.

for row in db:nrows('SELECT \* FROM WLTable WHERE world=1 AND level=1') do  
 -- do something  
end  

Any help is appreciated.
Ben

PS: It could be something else I’ve done (I was exploring ad implementation at that time) so just wanted to check.
[import]uid: 164013 topic_id: 30710 reply_id: 330710[/import]

I got the same problems with SQLite, for some reason it doesn’t always work on the Kindle Fire. Using a function to write to the database fails, sometimes it works. No idea yet why. On iOS it works perfectly. Using Corona 922.

[import]uid: 50459 topic_id: 30710 reply_id: 125278[/import]

I got the same problems with SQLite, for some reason it doesn’t always work on the Kindle Fire. Using a function to write to the database fails, sometimes it works. No idea yet why. On iOS it works perfectly. Using Corona 922.

[import]uid: 50459 topic_id: 30710 reply_id: 125278[/import]