dbExpress & OSX with SQL Server

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
Giovanni3
Posts: 1
Joined: Fri 09 Dec 2011 20:51

dbExpress & OSX with SQL Server

Post by Giovanni3 » Fri 09 Dec 2011 21:16

Hello,
I am trying to make OSX apps using C++ Builder XE2 with Firemonkey.
My interest is SQL Server data management from OSX client application.
But at link time I get an error message, and am not able to overcome it:

[ILINK32 Error] Fatal: Unable to open file 'DBXDEVARTSQLSERVER.O'

Any suggestion?

Regards,
Giovanni

AndreyZ

Post by AndreyZ » Mon 12 Dec 2011 09:27

Hello,

You can develop FireMonkey applications using dbExpress driver for SQL Server only for Windows. dbExpress driver for SQL Server does not and will not support OSX because OLEDB and SQL Native Client providers don't support OSX.

Post Reply