[Zope] Dynamic Update SQLs like in Delphi
Lennart Regebro
regebro at nuxeo.com
Wed Dec 10 05:08:26 EST 2003
> 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+
More information about the Zope
mailing list