Re: accessing database table on iPad

2014-09-17 Thread Peter Haworth
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. > >

Re: accessing database table on iPad

2014-09-17 Thread Dave Kilroy
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

Re: accessing database table on iPad

2014-09-16 Thread Peter Haworth
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

RE: accessing database table on iPad

2014-09-16 Thread Ralph DiMola
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

accessing database table on iPad

2014-09-16 Thread Frantz Charles
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