acdk_sql contains the specification for JDBC-like interface to
SQL databases.
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.
Please refer also to: