2005/5/10

     
 

ACDK SQL ODBC Readme

artefaktur

ACDK SQL ODBC (acdk_sql_odbc)With acdk_sql_odbc, you can access all databases providing the ODBC interface.

Content of this chapter:

   General
     Title
     Version
     Short Description
     Dependencies
     Namespaces
     Authors
     License
   Description
   Notes
   Todo
   Changes

 General

 Title

ACDK SQL ODBC (acdk_sql_odbc)

 Version

Distribution version: 4.14.
Package version: 4.14.0.

 Short Description

With acdk_sql_odbc, you can access all databases providing the
ODBC interface.    

 Dependencies

 ACDK Core
 ACDK Net
 ACDK SQL    

 Namespaces

 acdk::sql::odbc    

 Authors

Roger Rene Kommer (kommer@artefaktur.com).
With contributions of:
Jürgen Baumann.
Achim Brelle.    

 License

 ACDK Free Edition License.    

 Description

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.  

 Notes

===========================================================
Bugs - Limitations.

Not all SQL-types are supported, but
the basic ones.

 Todo

Nothing at the moment.  

 Changes

  ===========================================================
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