ACDK SQL ODBC (acdk_sql_odbc)With acdk_sql_odbc, you can access all databases providing the
ODBC interface.
ACDK SQL ODBC (acdk_sql_odbc)
Distribution version: 4.14.
Package version: 4.14.0.
With acdk_sql_odbc, you can access all databases providing the
ODBC interface.
ACDK Core
ACDK Net
ACDK SQL
acdk::sql::odbc
Roger Rene Kommer (kommer@artefaktur.com).
With contributions of:
Jürgen Baumann.
Achim Brelle.
ACDK Free Edition License.
The acdk_sql_odbc library implements the
interfaces of acdk_sql to
access databases via the ODBC interface.
Following Databases should be supported:
Windows all ODBC-Databases, including MS SQL 2000,
MS Access, PostgreSQL, Oracle, Informix.
On Linux/Solaris platform:
Oracle 8, mySQL, MiniSQL, PostgreSQL, Text-Files.
acdk_sql_odbc support the basic SQL Type
the standard queries and operations, prepared statements
invokation of stored procedures and database metainfo.
Please refer to Installation how to use acdk_sql_odbc on Windows and Unix platforms.
===========================================================
Bugs - Limitations.
Not all SQL-types are supported, but
the basic ones.
Nothing at the moment.
===========================================================
4.14.0
- Fixed character encoding bug on unix platforms
- Tested with mySQL and PostgreSQL on Linux.
- Tested with MS SQL 2000, Oracle 9, MS Access and
PostgreSQL 8 on Windows.
===========================================================
4.13.0
- Wrote basic documentation
- Implemented parts of ODBCDatabaseMetaData
- Fixed compatiblity to Oracle on Windows
===========================================================
4.10.0
- New: Make acdk_sql work with SQL Server 2000.
- Implement PreparedStatement and CallableStatement.
Please refer also to ChangeLog.
===========================================================
4.02.0
- Configuration and documentation fixes.
===========================================================
4.01.1
- Ajustments to modified metainfo
- minor documentation changes.
===========================================================
4.00.1
- Ajustments to Unicode and revised metainfo.
===========================================================
2.01.1
- Only ajustments to ACDK 2
===========================================================
1.01.0
- Enhanced Metainfo compiler for CORBA functionality.
- Improved Configurations.
===========================================================
1.00.2
Changed configuration managment.
===========================================================
acdk_sql_odbc 1.01
Added a test program odbctest, which performs the basic
dabase routines (create,drop,insert,select, delete, update).
===========================================================
acdk_sql_odbc 1.00
Initial version
|