iOS databases supported by Unidac on Delphi

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
DuckyDuck
Posts: 16
Joined: Mon 06 Apr 2009 07:58

iOS databases supported by Unidac on Delphi

Post by DuckyDuck » Sun 29 Jul 2012 06:36

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

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: iOS databases supported by Unidac on Delphi

Post by AlexP » Mon 30 Jul 2012 09:26

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).

Post Reply