Zope Database Adapters
Title | Type | Size | Last Modified | Description |
---|---|---|---|---|
Zope Sybase DA | Software Package | 2002-03-20 | This is the ground-up rewrite of the Sybase DA based on modern design. This product does not provide a Python DB-API interface and is designed for use in Zope. In addition, it should work with MS SQLServer 6.5.
Important! This DA may break your existing code that depends on "features" of the previous release. Please make sure you read the CHANGES file before you go any further. |
|
Z MySQL Database Adapter | Software Package | 1999-11-19 | Z MySQL DATHIS IS AN UNSUPPORTED PRODUCT This is the Z MySQL database adapter product for the Z Object Publishing Environment. *** IMPORTANT *** This product is distributed as a NON-BINARY release! This product requires compiled Python extensions that are NOT included as binaries with this release. You must build or install the required extensions using the instructions below before the product will work properly! InstallationThe Z MySQL database adapter product requires that the Python MySQLmodule extension be installed. Note that this is a different extension than the older "mySQLmodule" extension - the older "mySQLmodule" extension will NOT WORK with this product! The source files and associated files required to build the required MySQLmodule are included in this product distribution. Follow the steps below to build the extension on UNIX platforms. Note that the included files do not support building on win32 platforms at this time.
|
|
Zope ODBC Database Adapter | Software Package | 2002-03-20 | Z ODBC DAThis is the Z ODBC database adapter product for the Z Object Publishing Environment. **** IMPORTANT **** This product is distributed as a BINARY release! The Z ODBC database adapter is currently available for win32 platforms only. It comes with a compiled ODBC extension (sql.pyd) for win32. You do NOT need to add any external binaries to use this database adapter. Installation
Connection StringsIn many cases, it is unnecessary to enter a connection string. You can simply select a data source name from the list of data sources presented. You will need to enter a connection string if you need to enter a user id and password to connect to the database. If this is the case, then a connection string of the form: dsn user password should be entered. VERSION INFOBe sure to download the proper version of the database adapter - for Zope 2.4, you need the Python 2.1 version of the adapter. |
|
Zope Oracle Database Adapter | Software Package | 2002-03-20 | The ZOracleDA provides access to Oracle 7 and Oracle 8 databases from the ZSQLMethods interface. It is based on the DCOracle product. |