RE: iPad File structure question

2015-10-15 Thread Ralph DiMola
al Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Glen Bojsza Sent: Thursday, October 15, 2015 12:58 PM To: How to use LiveCode Subject: Re: iPad File structure question This must be how a lot of the other apps are doing it since I have seen their SQLit

Re: iPad File structure question

2015-10-15 Thread Glen Bojsza
Well I am behind when learning to make an iPad app... the SQLite is also a checkbox in iOS Standalone settings (I see nothing about database libraries so I assume LC 8 handles this in the background) Also, the "engine's folder" may work since I would load the database in memory while the app is ru

Re: iPad File structure question

2015-10-15 Thread Glen Bojsza
This must be how a lot of the other apps are doing it since I have seen their SQLite files in their app contents. I am only doing read only and was hoping that this be fine but your suggestions are well taken. What is the syntax for copying the file from the engine's folder? Also any idea why I

RE: iPad File structure question

2015-10-15 Thread Ralph DiMola
Mobile app's files specified in the "copy files" pane of the standalone settings are accessed via "the engine folder" path. You can't open SQLite DBs in "the engine folder" because "the engine folder" is read-only. There is no facility to open a SQLite db read-only. Option 1:Copy the db from "the e