Johan Carlsson wrote at 2004-9-11 09:56 +0200: > ... >ZSQLMethods can't be used in Python Products, I use them ;-) from Products.ZSQLMethods.SQL import SQL class MyClass: myZSQLMethod = SQL('myZSQLMethod', myTitle, myConnectionId, myArguments, myTemplate) -- Dieter