iOS SQLite with UniDAC implementation
Posted: Thu 09 May 2013 19:45
Hello!
I'm trying to convert my Win32 app to an iPad app.
Currently I have problems to connect to a local SQLite database.
I am using UniDAC 5.0.1 and Delphi XE4.
What I did is to deploy the local database "xxx.sqlite" with external path "StartUp\Documents". This file I also checked with FileExist and program is finding it.
But when I connect to it I get an error.
My changes to the UniConnection components are:
+ Database name: GetHomePath + PathDelim + 'Documents' + PathDelim + 'xxx.sqlite'
+ Options - Direct = True
Did I forget something?
Greetings,
Werner
I'm trying to convert my Win32 app to an iPad app.
Currently I have problems to connect to a local SQLite database.
I am using UniDAC 5.0.1 and Delphi XE4.
What I did is to deploy the local database "xxx.sqlite" with external path "StartUp\Documents". This file I also checked with FileExist and program is finding it.
But when I connect to it I get an error.
My changes to the UniConnection components are:
+ Database name: GetHomePath + PathDelim + 'Documents' + PathDelim + 'xxx.sqlite'
+ Options - Direct = True
Did I forget something?
Greetings,
Werner