An ADO database adapter for Zope.It uses the win32com python library to connect to the ADO db driver of the database.This adapter disonnects after each request, so unneeded database connections don't disturb any administrative tasks.
Be the first to post a text review of Z ADO Database Adapter. Rate and review a project by clicking thumbs up or thumbs down in the right column.
2004-09-16freiser * db.py 1.7: * db.py 1.8: Merged branch conn_pool_speed back into HEAD * db.py 1.6: Merged branch connection_pool back into HEAD 2004-09-10freiser * db.py [conn_pool_speed] 1.5.4.2: Optimized db.py according to http://www.microsoft.com/technet/ prodtechnol/sscomm/reskit/mdacapp.mspx * db.py [conn_pool_speed] 1.5.4.1: fixed bugs in lambda in flush_old switched cursor location to local to speed DA up 2004-09-02freiser * db.py [connection_pool] 1.5.2.2: Changed True to 1 and False to 0. Now the code should be compatible to python 2.1 2004-09-01davidturner * db.py [connection_pool] 1.5.2.1: First connection pool implementation 2004-09-01freiser * CHANGES.txt 1.4: Set up ChangeLog correctly * db.py 1.5: Moved call of self.disconnect() into _finish and _abort of the DB class. This speeds up the database adapter considerably. But it still needs more than twice as long as the ZODBCDA for the same task. 2004-08-25freiser * CHANGES.txt 1.3: * db.py 1.4: Fixed bug in handling empty result sets. 2004-08-24freiser * .cvsignore 1.1: * CHANGES.txt 1.2: * db.py 1.2: Setting ignore for *.pyc files Fixed a bug in handling floating point numbers * CHANGES.txt 1.1.1.1: * DA.py 1.1.1.1: * __init__.py 1.1.1.1: * adoconstants.py 1.1.1.1: * browse.dtml 1.1.1.1: * connectionAdd.dtml 1.1.1.1: * db.py 1.1.1.1: * icons/bin.gif 1.1.1.1: * icons/date.gif 1.1.1.1: * icons/datetime.gif 1.1.1.1: * icons/field.gif 1.1.1.1: * icons/float.gif 1.1.1.1: * icons/int.gif 1.1.1.1: * icons/stable.gif 1.1.1.1: * icons/table.gif 1.1.1.1: * icons/text.gif 1.1.1.1: * icons/time.gif 1.1.1.1: * icons/view.gif 1.1.1.1: * icons/what.gif 1.1.1.1: * refresh.txt 1.1.1.1: * table_info.dtml 1.1.1.1: Starting ZADODA. * DA.py 1.2: * browse.dtml 1.2: * db.py 1.3: * table_info.dtml 1.2: Simplified the database adapter. Removed unneeded methods from db.py like table_info and unneeded classes from DA.py like TableBrowser and ColumnBrowser.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?