Calling a ZSql-Method from Zope Python Script
hello :-) I'm really a newbie to zope and so i wanted to ask, how i can call a ZSQL-Method from a Zope Python Script thx in advance lukas
Hello lukas, Wednesday, January 1, 2003, 10:34:39 PM, you wrote:
I'm really a newbie to zope and so i wanted to ask, how i can call a ZSQL-Method from a Zope Python Script thx in advance lukas
just as you would call another script , except all parameters must be passed explicitly. context.mySQLmethod(number=123, name='somestring') :) -- Geir Bækholt geir@funcom.com Tools/HCI-developer Tools/Billing - Product Operations Funcom Oslo
I'm really a newbie to zope and so i wanted to ask, how i can call a ZSQL-Method from a Zope Python Script
The latest version of the Zope Book covers this at: http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/RelationalDataba ses.stx A
participants (3)
-
Andrew Veitch -
Geir Bækholt -
lukas pitschl