BillNoble New Member Licensed User Longtime User Dec 5, 2013 #1 Hi My client has a database in the “WebSql” of a smartphone. Can anyone point me in the direction of how I could access this data using a Basic4Android application. Thanks Bill
Hi My client has a database in the “WebSql” of a smartphone. Can anyone point me in the direction of how I could access this data using a Basic4Android application. Thanks Bill
Erel B4X founder Staff member Licensed User Longtime User Dec 6, 2013 #2 According to the answer here the "websql" is backed by a SQLite database: http://stackoverflow.com/questions/...tically-defaults-to-sqlite-in-android-devices I do not know however where it is actually saved and whether you will be able to access the db file. Upvote 0
According to the answer here the "websql" is backed by a SQLite database: http://stackoverflow.com/questions/...tically-defaults-to-sqlite-in-android-devices I do not know however where it is actually saved and whether you will be able to access the db file.