Reputation: 733
I'm going crazy trying to find a FOSS free (doesn't have to be open source) ODBC driver to connect to an MS SQL Server. While it doesn't strictly have to be free (which is a huge plus, for obvious reasons), the drivers I have found haven't had an easy to find price tag.
Does anyone know of any preferably free, and if not free, then relatively (sub $30, since it's just for the random times I might need it) cheap drivers for ODBC - MS SQL on OS X?
Thanks!
Upvotes: 10
Views: 19302
Reputation: 627
Here's a random extract from Microsoft Office support:
If you want to import data into Excel for Mac from a database, you must first install compatible Open Database Connectivity (ODBC) drivers — software that Excel can use to access your database server. ODBC drivers that are compatible with Excel for Mac are available from the following third-party vendors:
Upvotes: 3
Reputation: 118
Have you looked at Mdblite on AppStore?
https://itunes.apple.com/us/app/mdblite/id487704620?ls=1&mt=12
Upvotes: 0
Reputation: 389
Have you looked at the OpenLink Express Driver for SQL Server on Mac OS X? (Registration required.)
Upvotes: 1
Reputation: 20641
unixODBC + FreeTDS is one way: http://www.freetds.org/ & http://www.unixodbc.org/
Upvotes: 11