8 Nov
2007
8 Nov
'07
5:26 a.m.
You could also write a Product or External Method to access your databases directly, using something like: http://pymssql.sourceforge.net/
you should not do that, you would get into lots of problems with zope's transaction machinery. always go trough a zope connection. robert