On Thursday 08 September 2005 06:04, Chris Withers wrote: > If we can get all that stuff in one place, then we have a much better > chance of making it as good as it should be, AND we make it possible to > use any relational database which has a python library, rather than > having ot wait for some poor unsuspecting code monkey to try and write > the DA...
A very simplistic DA is easy; you basically only have to write a function that uses the DSN value to construct connection arguments for a particular DB package. If you make advanced use of the DB, you also want to register type conversions. Regards, Stephan -- Stephan Richter CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training _______________________________________________ Zope3-dev mailing list [email protected] Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com
