MaxDB (formerly SAP-DB)

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:

MySQL's MaxDB driver

Python driver for MaxDB/SAPDB version 7.x+.

Home Page: http://www.mysql.com/products/maxdb/sapdbapi.html

Supported Platforms:

Connection Properties

The following properties can be specified in your connections.conf file:

Examples

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

Notes

  1. The driver is fully functional

GNUe Home

Developer Tools