Odd Behaviour With SQLite

Hi,

I have an SQLite database and am able to read and write to it without any problems on both the simulator and on a iPhone.

However, when I deploy onto an android phone I do not seem to be getting back the result I want and I need to actually look inside the database and see what rows there there in a particular table.

This is easy to do in the simulator sandbox but how would I be able to view the database and its contents on the device itself?

I am running a Windows 7 machine with Corona SDK 2015.2625.

Any help would be very warmly received.

Thanks

You really can’t see the database on the device unless your device is rooted, which we don’t recommend.  Make sure the database is in a writeable area like system.DocumentsDirectory if you intend on updating it.

Rob

You really can’t see the database on the device unless your device is rooted, which we don’t recommend.  Make sure the database is in a writeable area like system.DocumentsDirectory if you intend on updating it.

Rob