Program in Windows or MAC for MSSQL Server Database?

My client has a MSSQL Server database running on Windows Server. It is best to program in Windows and use the Xojo’s native connector? or is better program in MAC and use an ODBC connector? Which is faster or better?

On Windows you can use the native MS SQL Server plugin. On the Mac side you’ll have to use ODBC or the MBS SQL plugin.

ODBC depends on the drivers and I don’t have any experience with that so I can’t help.

Thank you Bob!

Or you can use a Mac to develop and have it talk to the ‘Remote Debugger Desktop’ running on Parallels — I do, for my DB2 access.

There’s an issue with the MS Native client, so I’d recommend using ODBC. That will also allow you to build Xplat apps.