10 Dec
2003
10 Dec
'03
10:08 a.m.
5./ I access the DA object, and can create dynamic SQL-s. But I can do that ????
Yes, sure. You just create the ZSQL Methods on the fly, and never store them in the ZODB. That way they will be unique to your thread, and you don't have to update the ZODB with every request. I'm not a big ZSQL expert, but I can't see any reason why that wouldn't work.
6./ I change the zope to the mod_python. (I don't want to do it, only if I haven't any solution)
Everythong you can do in mod_python, you can do in Zope. //Lennart+