|
From: Mikael H. <mh...@dk...> - 2013-10-12 16:32:24
|
Hello, I wrote a small Objective-C framework on top of iODBC that easies ODBC access from Cocoa applications. The framework includes also a Cocoa Core Data Persistent Store for ODBC. You can now use any ODBC compliant database as Core Data Store. This works well with NSArrayController in entity mode and with Core Data models. Full source code (an Xcode project) and documentation is available from https://github.com/mhakman/osx-cocoa-odbc Thanks, Mikael Hakman |