iODBC Driver Manager Administrator SDK for MAC

v 3.52.12
Category  Developer Tools

About iODBC Driver Manager Administrator SDK For MAC

iODBC driver administrator SDK is a set of apps that provide open database connectivity. iODBC, which is commonly thought to be only available on unix or linux platforms, is an open-source implementation of odbc that is truly platform-independent.

The iODBC effort is managed via the iODBC project, http://www.iodbc.org, which is maintained and supported by Openlink Software. iODBC is 100% compatible with ODBC. Migration of ODBC-compliant drivers and applications across platforms is possible without requiring a complete rewrite.

The iODBC SDKs are available for Mac and provide support for Cocoa Carbon, Darwin, Classic, and Darwin development. iODBC is similar to ODBC on Windows. It includes the following:

  • Runtime Resources
    • Drivers of the ODBC API -- These are drivers who implement the ODBC API.
    • iODBC Driver Manager -- The driver manger is implemented under OS X as a framework; a shared library under Darwin Linux UNIX and OpenVMS; a code fragment under Mac System 9
    • iODBC Administrator -- iODBC is the native GUI-based OpenLink ODBC Administrator for Mac System 9/OS X. The HTTP-based OpenLink ODBC administrator is available for all iODBC supported client platforms, except the Classic Mac OS.
  • Development resources
    • iODBCSDK -- This SDK is used by developers to develop ODBC-compliant driver applications and drivers. It includes all the header files, shared and static links libraries, and the library sources.

Download iODBC Driver Manager Administrator SDK For MAC

Whats New

Version 3.52.12:

  • Added new Cocoa-based dialogs for OS X, which will allow 64-bit applications to use the standard login and setup dialogs from the iODBCinst framework
  • Added 64-bit version of the iODBC Administrator to configure and test DSNs on drivers that are only available in 64-bit format
  • Added Xcodebuild option for OS X 10.11
  • Added support for x86_64 to iODBC Demo
  • Fixed User DSN support for recent versions of Microsoft Excel and Query on Mac OS X
  • Fix crash ODBCdemo - error message overwrite stack data
  • Fix iODBCdemo issue with UID/PWD values
  • Fixed crash in iODBC DM on push of "Test" button when 64-bit ODBC driver is used.
  • Fixed crash when create_dsnsetup fails to load the window.
  • Fixed crash when passing an empty connect string with no window handle
  • Fixed crash when passing an empty connect string with no window handle.
  • Fixed iODBCadm and iODBCdrvproxy Development build errors on OS X
  • Fixed iODBCadm and iODBCdrvproxy Development build errors on OS X.
  • Fixed iODBCdrvproxy XIBs not compiling to NIBs on OS X.
  • Fixed issue in SQLGetInfo
  • Fixed issue with Xcode on OS X 10.10 Xcode 7.2.1
  • Fixed use only major.minor of Mac OS X version to configure flags
  • Fixed crash when create_dsnsetup fails to load the window
  • Documentation fixes