lliam Shakespeare & Hugh Senior
>
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/accessing-database-table-on-iPad-tp4683322p4683335.html
> Sent from the Revolution - User mailing list archive at Nabble.com.
>
>
hakespeare & Hugh Senior
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/accessing-database-table-on-iPad-tp4683322p4683335.html
Sent from the Revolution - User mailing list archive at Nabble.com.
___
use-livecode ma
Sounds like the path to your db is wrong. LC happily creates an empty file
for you which is not even formatted as an sqlite db! I've always thought
that was flat out wrong.
I would check that your db file exists before calling revdatabaseopen with
the exists() function.
Pete
lcSQL Software
On Se
s
Sent: Tuesday, September 16, 2014 9:28 PM
To: use-livecode@lists.runrev.com
Subject: accessing database table on iPad
To all,
I need your expertise help to solve this issue I encounter in the app I am
creating. Here is the problem:I create a SQLite database with 2 tables
containing data. The database
To all,
I need your expertise help to solve this issue I encounter in the app I am
creating. Here is the problem:I create a SQLite database with 2 tables
containing data. The database is saved in the same folder than the app. I can
access with ease the database and read the records from my deskt