23 Dec
2005
23 Dec
'05
12:44 p.m.
--On 23. Dezember 2005 13:33:08 +0100 Fabio <fabio.marcone@duet.it> wrote:
Hi! in my zope application I call ZSQLMethods from python script. Is it possible to set "connection id" property of a ZSQLMethod before call it?
How? ZSQLMethod.propertyItems() return only ('title','')
perhaps zsql_method.connection_id = '....' might to the job. See DA.py -aj