Re: Error connecting to SQLlite in iOS

2017-04-20 Thread J. Landman Gay via use-livecode
On 4/20/17 2:05 PM, Ralph DiMola via use-livecode wrote: The standalone "copy files" are in "the engine folder" in the mobile app. Apple changed the rules and files go into specialFolderPath("resources") now. But LC aliases them to the engine folder for backward compatibility. -- Jacqueline

RE: Error connecting to SQLlite in iOS

2017-04-20 Thread Ralph DiMola via use-livecode
[mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of JOHN PATTEN via use-livecode Sent: Thursday, April 20, 2017 1:38 PM To: How to use LiveCode Cc: JOHN PATTEN Subject: Error connecting to SQLlite in iOS Hi All, I have a simple project that uses an sql lite database. It works fine in Liv

Re: Error connecting to SQLlite in iOS

2017-04-20 Thread Mike Bonner via use-livecode
Unless things have changed, when you add files using the copy files pane of the standalone settings, when sent to ios or android they end up in the engine folder. (I think? Or somewhere in that hierarchy) You would need to check for the existence of the file in documents on app startup and if it d

Error connecting to SQLlite in iOS

2017-04-20 Thread JOHN PATTEN via use-livecode
Hi All, I have a simple project that uses an sql lite database. It works fine in LiveCode, but when I test it in the iOS simulator, i get an error. I have copied to the SQL.lite database to the “Copy Files” in the standalone settings. I have also added the SqLite and MySQL inclusions. Here is