Page 1 of 1

Delphi XE3 - Using UniDAC on FMX for MAC

Posted: Wed 06 Feb 2013 08:29
by mohammadsj
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.

Re: Delphi XE3 - Using UniDAC on FMX for MAC

Posted: Wed 06 Feb 2013 15:28
by AndreyZ
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.