IODBC
   HOME

TheInfoList



OR:

iODBC is an
open-source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use and view the source code, design documents, or content of the product. The open source model is a decentrali ...
initiative managed by OpenLink Software. It is a platform-independent
ODBC In computing, Open Database Connectivity (ODBC) is a standard application programming interface (API) for accessing database management systems (DBMS). The designers of ODBC aimed to make it independent of database systems and operating systems. An ...
SDK and runtime offering that enables the development of ODBC-compliant applications and drivers outside the
Windows Windows is a Product lining, product line of Proprietary software, proprietary graphical user interface, graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sec ...
platform. The prime goals of this project are as follows: *Simplify the effort of porting ODBC applications from Windows to other platforms *Simplify the effort of porting ODBC drivers from Windows to other platforms *Create consistent ODBC-utilization experience across all platforms


History

iODBC emerged from a cooperative effort between OpenLink Software and Ke Jin. OpenLink Software produced a Driver Manager-less ODBC SDK that it branded as Universal DataBase Connectivity ( UDBC) in 1993, because of the sporadic nature of shared library implementations across
Unix Unix (, ; trademarked as UNIX) is a family of multitasking, multi-user computer operating systems that derive from the original AT&T Unix, whose development started in 1969 at the Bell Labs research center by Ken Thompson, Dennis Ritchie, a ...
platforms. Ke Jin used UDBC as inspiration for building a Driver Manager for ODBC outside the windows platform. Over time Ke Jin and OpenLink Software decided to merge this effort into a single
open-source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use and view the source code, design documents, or content of the product. The open source model is a decentrali ...
offering under the
LGPL The GNU Lesser General Public License (LGPL) is a free-software license published by the Free Software Foundation (FSF). The license allows developers and companies to use and integrate a software component released under the LGPL into their own ...
license. This process occurred at a time when the
Free Software Foundation The Free Software Foundation (FSF) is a 501(c)(3) non-profit organization founded by Richard Stallman on October 4, 1985. The organisation supports the free software movement, with the organization's preference for software being distributed ...
sought to have iODBC as a GPL offering. The delay in determining final licensing status for iODBC led to the emergence of
UnixODBC unixODBC is an open-source project that implements the Open Database Connectivity (ODBC) API. The code is provided under the GNU GPL/LGPL and can be built and used on many different operating systems, including most versions of Unix, Linux, Mac ...
and led to a fork in the platform-independent ODBC SDK and runtime that exists today. Drivers and applications written using either SDK have remained compatible (a tribute to both projects).


External links


iODBC homepage


References

{{reflist SQL data access Middleware Database APIs