How to access SQL Server with Cocoa (Mac OS X)?

As the question goes:
How do I access Microsoft SQL Server 2005 from Cocoa on Mac OS X 10.5?
The database driver should be free, if possible, paid solutions may also be in order.

+3
source share
3 answers

Some Google searches suggest this question:

http://lists.apple.com/archives/Cocoa-dev/2004/Jul/msg00077.html

Which points to these two applications:

Are your needs appropriate? If not, can you elaborate on this issue? Thanks!

+2
source

ODBC, Actual Technologies Microsoft SQL Server OS X:

http://www.actualtechnologies.com/product_sqlserver.php

+3

FreeTDS Objective-C, API C. jTDS- JDBC Java. , Apple Java-, , , SQL Server, , .

0

Source: https://habr.com/ru/post/1702917/


All Articles