Page 1 of 1

iOS databases supported by Unidac on Delphi

Posted: Sun 29 Jul 2012 06:36
by DuckyDuck
What databases and connection methods (direct, client, ODBC) can UniDac connect to using a iOS application created by Delphi

Also, can you tell me which edition of UniDac is required for each database on iOS / Delphi ?
Is Standard Edition sufficient or do I need to use a higher edition.

I was hoping that all databases listed on the UniDac product page were supported, but based on an earlier post it sounds like I cant connect to an Oracle database using iOS + Delphi so now I am wondering which databases are supported.

Thanks

Re: iOS databases supported by Unidac on Delphi

Posted: Mon 30 Jul 2012 09:26
by AlexP
hello,

Presently, you can work in iOS with the following databases: PostgreSQL (direct), MySQL (direct), SQLite (the SQLite3 library required, included in iOS by default).
You need UniDAC Professional Edition with source code to develop applications for iOS.
Connection to Oracle is not supported for the time being. We will implement Oracle support as soon as Embarcadero release their compiler for iOS (For the moment, XCode and FPC are used).