Delphi XE3 - Using UniDAC on FMX for MAC

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mohammadsj
Posts: 1
Joined: Wed 06 Feb 2013 08:25

Delphi XE3 - Using UniDAC on FMX for MAC

Post by mohammadsj » Wed 06 Feb 2013 08:29

I'm trying to write a Firemonkey app on Mac OSX, and connecting to SQL Server 2012.
when I run my app and connect to database I get error message says add SQLServerUniProvider to uses list. and when I add that to uses list, I get compile error. what should I do.

AndreyZ

Re: Delphi XE3 - Using UniDAC on FMX for MAC

Post by AndreyZ » Wed 06 Feb 2013 15:28

To work with SQL Server, UniDAC uses the OLEDB or SQL Native Client provider. UniDAC (when SQL Server is used) does not support Mac OS because OLEDB and SQL Native Client do not support Mac OS. You can use UniDAC under Mac OS to work with Oracle, MySQL, InterBase, Firebird, PostgreSQL, and SQLite database servers.

Post Reply