The SQL Database Connectivity (SQLDBC) interface allows applications to access MaxDB database instances using SQL statements. SQLDBC can be used on all operating systems supported by the database system where the database version is ≥ 7.3.00.
SQLDBC is a component of the MaxDB software, which you can download from the MaxDB website (see Download).
For more information on the database system, see Concepts of the Database System and Glossary.
SQLDBC was developed in a similar way to the ODBC and JDBC interfaces and also shares the same object-oriented architecture with the following class types:
· Environment
· Connection
· Statement
· PreparedStatement
· ResultSet
· RowSet
· ParameterMetaData
· ResultSetMetadata.
For more information, see http://dev.mysql.com/doc/maxdb/interfaces.html.