As the question says:
How to access Microsoft SQL Server 2005 from Cocoa on Mac OS X 10.5?
The database driver should be free if possible, paid solutions can be OK as well.
|
|
|
||
|
|
|
|
Some Googling suggests this question: http://lists.apple.com/archives/Cocoa-dev/2004/Jul/msg00077.html Which points to these two apps: Do those meet your needs? If not, can you elaborate on the question? Thanks! |
||||
|
|
|
If you use ODBC, Actual Technologies makes a Microsoft SQL Server driver for OS X: |
||
|
|
|
|
FreeTDS is pretty good and fairly easy to use from Objective-C as it has a C API. However an even easier way is to use the jTDS JDBC driver via the Java bridge. I know that Apple no longer recommends using the Java bridge but it is probably the easiest way to talk to SQL Server and if you structure you code nicely pretty much any other database on the planet. |
||||
|
