You can use the MaxDB JDBC driver to access the MaxDB database system via the JDBC interface. It can be used on all operating systems supported by the database system.
The MaxDB JDBC driver is an integral part of the MaxDB software. See the Download section and the Installation Manual for information on where to find the MaxDB software and how to install it.
To be able to use the MaxDB JDBC driver, you also need the following software:
· for JDBC 2.0: JRE 1.2 or, for application development, JDK 1.2
· for JDBC 3.0: JRE 1.4 or, for application development, JDK 1.4
To use this documentation effectively, you must have a working knowledge of the Java programming language and the JDBC specification.
For more information about the database system, see Concepts of the Database System. For quick access to all documentation and an explanation of the most important terms, use the alphabetical Glossary.
The MaxDB JDBC driver offers the following functions and more:
· Connecting to the Database Instance
· Database Administration with Java
· Loading and Unloading Data with Java
Additional properties of the MaxDB ODBC drivers
· “100 percent pure Java“
· Supports JDBC 2.0 Standard Extension API (DataSource, XADataSource, and ConnectionPoolDataSource)
· Drivers of type 4 (the connection to the database system is established using the MaxDB-specific network protocol)
This documentation does not provide a description of the JDBC interface. For information about this interface, see java.sun.com/products/jdbc
Database System Concepts, Example: Connecting OpenOffice to MaxDB using JDBC (Linux)
See also:
Concepts of the Database System,