Author: jcater Date: 2006-01-03 18:01:11 -0600 (Tue, 03 Jan 2006) New Revision: 8119
Modified: trunk/gnue-common/src/datasources/drivers/sql/oracle/cxoracledrv.py trunk/gnue-common/src/datasources/drivers/sql/oracle/dcoracledrv.py Log: Updated links to Oracle drivers and made other relevant notes. Modified: trunk/gnue-common/src/datasources/drivers/sql/oracle/cxoracledrv.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/oracle/cxoracledrv.py 2006-01-01 17:19:54 UTC (rev 8118) +++ trunk/gnue-common/src/datasources/drivers/sql/oracle/cxoracledrv.py 2006-01-04 00:01:11 UTC (rev 8119) @@ -52,12 +52,12 @@ name = "cx_Oracle SQLNet Driver" - url = "http://www.computronix.com/utilities.shtml" + url = "http://www.cxtools.net/" doc = """ Description ----------- -An Oracle driver from Computronix. Works with Oracle 7.3, 8.x, and 9i via +An Oracle driver from Computronix. Works with Oracle 8.1.x thru 10.x via Oracle's SQL-Net OCI interface. Support Modified: trunk/gnue-common/src/datasources/drivers/sql/oracle/dcoracledrv.py =================================================================== --- trunk/gnue-common/src/datasources/drivers/sql/oracle/dcoracledrv.py 2006-01-01 17:19:54 UTC (rev 8118) +++ trunk/gnue-common/src/datasources/drivers/sql/oracle/dcoracledrv.py 2006-01-04 00:01:11 UTC (rev 8119) @@ -65,6 +65,9 @@ Adapter, so you can safely ignore any installation instructions referring to Zope. +DCOracle is not actively maintained by its upstream developers +any longer. You may wish to use the cx_Oracle driver instead. + Support ------- Supported Platforms: _______________________________________________ Commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
