MySQL's MaxDB is an enhanced version of SAP DB, SAP AG's open source database. MaxDB is a heavy-duty, SAP-certified open source database that offers high availability, scalability and a comprehensive feature set.
MaxDB is licensed under both the GPL and a fee-based, commercial license.
To utilize MaxDB within GNUe, you must use one of the following python drivers:
Python driver for MaxDB/SAPDB version 7.x+.
Home Page: http://www.mysql.com/products/maxdb/sapdbapi.html
Supported Platforms:
The following properties can be specified in your connections.conf file:
The following is an example of a connection.conf entry:
# This connection uses the SAP DB driver # We will be connecting to the SAP DB server on # "localhost" to a database called "TST". [sapdb] comment = XYZ Development Database provider = sapdb host=dbs.mydomain.com dbname = TST timeout = 900