<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=UnixODBC</id>
	<title>UnixODBC - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=UnixODBC"/>
	<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=UnixODBC&amp;action=history"/>
	<updated>2026-04-25T08:52:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.sarg.dev/index.php?title=UnixODBC&amp;diff=641373&amp;oldid=prev</id>
		<title>2003:D1:C717:F81F:D43A:4823:618B:BE3E: m</title>
		<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=UnixODBC&amp;diff=641373&amp;oldid=prev"/>
		<updated>2025-10-27T14:40:56Z</updated>

		<summary type="html">&lt;p&gt;m&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{short description|Open-source project implementing ODBC API}}&lt;br /&gt;
{{lowercase title|title=unixODBC}}&lt;br /&gt;
{{Infobox software&lt;br /&gt;
| name = unixODBC&lt;br /&gt;
| logo = &lt;br /&gt;
| caption = &lt;br /&gt;
| developer = Peter Harvey, Nick Gorham&lt;br /&gt;
| released = {{Start date and age|1999}}&lt;br /&gt;
| latest_release_version = 2.3.14&lt;br /&gt;
| latest release date    =  7 October 2025&lt;br /&gt;
| latest preview version = &lt;br /&gt;
| latest preview date = &lt;br /&gt;
| operating_system = [[Cross-platform]]&lt;br /&gt;
| genre = Data Access API&lt;br /&gt;
| license = [[GNU GPL]]/[[GNU LGPL|LGPL]]&lt;br /&gt;
| website = [http://www.unixODBC.org www.unixODBC.org]&lt;br /&gt;
}}&lt;br /&gt;
{{Portal|Free and open-source software}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;unixODBC&amp;#039;&amp;#039;&amp;#039; is an [[open-source software|open-source]] project that implements the Open Database Connectivity ([[ODBC]]) [[API]].&amp;lt;ref&amp;gt;{{cite web |title=unixODBC - An ODBC implementation for Unix |url=https://manpages.ubuntu.com/manpages/jammy/man7/unixODBC.7.html |website=ubuntu.com |access-date=February 14, 2024}}&amp;lt;/ref&amp;gt; The code is provided under the [[GNU GPL]]/[[GNU LGPL|LGPL]] and can be built and used on many different operating systems, including most versions of [[Unix]], [[Linux]], [[Mac OS X]], IBM [[OS/2]] and Microsoft&amp;#039;s [[Interix]].&lt;br /&gt;
&lt;br /&gt;
The goals of the project include:&lt;br /&gt;
*Provide developers with the tools to port [[Microsoft Windows]] ODBC applications to other platforms with the minimum of code changes.&lt;br /&gt;
*Maintain the project as a vendor neutral interface database [[Software development kit|SDK]]&lt;br /&gt;
*Provide people who write ODBC drivers the tools to port their drivers to non Windows platforms&lt;br /&gt;
*Provide the user with a set of GUI and command line tools for managing their database access&lt;br /&gt;
*Maintain links with both the [[free software community]] and commercial database vendors, to ensure interoperability&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
=== 1999 ===&lt;br /&gt;
&lt;br /&gt;
The unixODBC project was first started in the early months of 1999 (by Peter Harvey) and was created as at that time the developers of [[iODBC]] (another open source [[ODBC]] implementation) were not then willing to LGPL the code, expand the API to include the current ODBC 3 API specification, and did not consider the addition of GUI based configuration tools worthwhile. iODBC now has these parts added, and applications that use the ODBC interface may use both iODBC and unixODBC, without change in most cases, as a result of both projects adhering to the single ODBC specification.&lt;br /&gt;
&lt;br /&gt;
=== 1999 July ===&lt;br /&gt;
&lt;br /&gt;
The original driver manager was very basic. The driver manager was rewritten by [http://www.easysoft.com Easysoft&amp;#039;s] Nick Gorham soon after the project started. Nick assumed leadership of the project in July 1999 with Peter Harvey continuing work on supporting code.&lt;br /&gt;
&lt;br /&gt;
The development of unixODBC progressed since its origin, with contributions from many developers, both in the open source community and also from commercial database companies, including [[IBM]], [[Oracle Corporation]] and [[SAP AG|SAP]].&lt;br /&gt;
&lt;br /&gt;
It is included as part of the standard installation of many Linux distributions.&lt;br /&gt;
&lt;br /&gt;
=== 2009 ===&lt;br /&gt;
&lt;br /&gt;
The unixODBC project was split into several projects (all hosted on SourceForge);&lt;br /&gt;
* [http://www.unixodbc.org unixODBC] (&amp;quot;Core&amp;quot; and &amp;quot;Dev&amp;quot; bits)&lt;br /&gt;
* [https://sourceforge.net/projects/unixodbc-gui-qt unixODBC-GUI-Qt] (Qt based GUI bits)&lt;br /&gt;
* [https://sourceforge.net/projects/unixodbc-test unixODBC-Test] (multiple test frameworks)&lt;br /&gt;
&lt;br /&gt;
This split was done to allow faster releases of supporting work while maintaining focus on stability and consistency for the core code.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.unixODBC.org unixODBC homepage]&lt;br /&gt;
* [http://compscinotes.wordpress.com/2010/04/18/unixodbc-mysql-sample-program/ UnixODBC &amp;amp; MySQL Sample Program ]&lt;br /&gt;
&lt;br /&gt;
[[Category:Database APIs]]&lt;br /&gt;
[[Category:SQL data access]]&lt;/div&gt;</summary>
		<author><name>2003:D1:C717:F81F:D43A:4823:618B:BE3E</name></author>
	</entry>
</feed>