commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue-common README.databases setup.py


From: Bajusz Tamás
Subject: gnue-common README.databases setup.py
Date: Thu, 28 Aug 2003 18:11:20 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-common
Branch:         
Changes by:     Bajusz Tamás <address@hidden>   03/08/28 18:11:20

Modified files:
        .              : README.databases setup.py 

Log message:
        updating README.databases with ADO

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/README.databases.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/setup.py.diff?tr1=1.57&tr2=1.58&r1=text&r2=text

Patches:
Index: gnue-common/README.databases
diff -c gnue-common/README.databases:1.12 gnue-common/README.databases:1.13
*** gnue-common/README.databases:1.12   Tue Oct 22 10:40:03 2002
--- gnue-common/README.databases        Thu Aug 28 18:11:20 2003
***************
*** 608,613 ****
--- 608,650 ----
           an ORBit installation on each client.
  
  
+ ADO
+ ===
+ 
+ *** adodbapi [http://sourceforge.net/projects/adodbapi]
+ 
+     POSIX Support: NO 
+     Win32 Support: YES
+ 
+     Platforms Tested:  
+        ??? (We need your help!)
+ 
+     Description: 
+        A Python DB-API 2.0 module that makes it easy to use Microsoft ADO 
+        for connecting with databases and other data sources.
+ 
+        Features:
+        * 100% DB-API 2.0 compliant. 
+        * Includes pyunit testcases that describes how to use the module.  
+        * Fully implemented in Python. 
+        * Licensed under the LGPL license, which means that it can be used 
freely even in commercial programs subject to certain restrictions. 
+        * Supports eGenix mxDateTime, Python 2.3 datetime module and Python 
time module.
+ 
+        Prerequisites:
+        * Python 1.5.2 or higher. 
+        * Mark Hammond's win32all python for windows extensions. 
+ 
+     Example connections.conf entry:
+ 
+        [myconn]
+        provider=adodbapi           # Use the adodbapi adapter
+        connstr = Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\mydb.mdb;  # 
The full connection string
+ 
+     Notes:
+ 
+       1. This driver has not been fully tested.  If you are successfully using
+          this driver, please let us know. 
+ 
  
  ODBC
  ====
Index: gnue-common/setup.py
diff -c gnue-common/setup.py:1.57 gnue-common/setup.py:1.58
*** gnue-common/setup.py:1.57   Mon May  5 08:10:56 2003
--- gnue-common/setup.py        Thu Aug 28 18:11:20 2003
***************
*** 345,350 ****
--- 345,356 ----
                     "gnue.common.datasources.drivers.odbc",
                     "gnue.common.datasources.drivers.odbc.wodbc",
                     "gnue.common.datasources.drivers.odbc.mxodbc",
+                    "gnue.common.datasources.drivers.adodbapi",
+                    "gnue.common.datasources.drivers.adodbapi.Schema",
+                    "gnue.common.datasources.drivers.adodbapi.Schema.Creation",
+                    
"gnue.common.datasources.drivers.adodbapi.Schema.Discovery",
+                    "gnue.common.datasources.drivers.adodbapi.Extensions",
+                    "gnue.common.datasources.drivers.adodbapi.adodbapi",
                     "gnue.common.datasources.drivers.postgresql",
                     "gnue.common.datasources.drivers.postgresql.Base",
                     "gnue.common.datasources.drivers.postgresql.Schema",




reply via email to

[Prev in Thread] Current Thread [Next in Thread]