ACDK SQL (acdk_sql)acdk_sql contains the specification for JDBC-like interface to
SQL databases.
ACDK SQL (acdk_sql)
Distribution version: 4.14.
Package version: 4.14.0.
acdk_sql contains the specification for JDBC-like interface to
SQL databases.
acdk_core
acdk_net
acdk::sql;
Roger Rene Kommer (kommer@artefaktur.com).
ACDK Free Edition License.
acdk_sql contains the driver model, which
is quite similar to the JDBC interface.
The following database drivers are available:
- acdk_sql_sqlite contains
a small, ready to use, embedded SQL database.
- ODBC Bridge:
- all databases with an ODBC interface on Windows.
Tested with MS SQL 2000, MS Access, Oracle 9 and postgreSQL.
- mySQL and postgreSQL under Linux over the libODBC/unixODBC library.
- Oracle under Solaris aover the libODBC/unixODBC library.
acdk_sql is only a interface library. An implementation
of acdk_sql library for ODBC can be found in ACDK SQL ODBC.
This package also provides detailed documentation.
Nothing at the moment.
===========================================================
4.10.0
- New: CallableStatement, PreparedStatement
Please refer also to ChangeLog and ACDK SQL ODBC.
===========================================================
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.
===========================================================
1.00
Initial version
|