unixODBC is... |
News |
unixODBC is an implementation of the ODBC standard which is;
|
March 15th 2007
New look for unixodbc.org
October 13th 2006
The old web site was serving the project fine but it seemed
like it was about time to make it all 'fresh'. We hope you
find it more pleasing to use.
2.2.12 Released
More... |
Key features... |
Architecture |
Software Development Kit (SDK) - Develop ODBC applications and drivers using the C language and the unixODBC SDK. Driver Manager (DM) - The unixODBC DM allows the end-User to switch data sources without recompiling/linking application source code. The application does not have to be linked to a specific vendors product. Tools - unixODBC includes CrossPlatform command-line and GUI tools to make working with ODBC easy. |
![]() Applications typically link with the unixODBC Driver Manager (DM) which then uses the appropriate Driver to communicate with the data source. The DM understands ODBC but relies on the Driver to understand specifics of the data source. The Driver is typically provided by the data source Vendor. The Driver understands ODBC and the specifics of the data source. |
Cro |