[Zope] Z SQL Method properties

Andrew Milton akm at theinternet.com.au
Tue Feb 13 12:30:20 EST 2007


+-------[ David VanKirk ]----------------------
| Does anyone know of a way that I can write a script to traverse
| through a folder of Z SQL Methods and find out the connection ID for
| each?

for o in container.objectValues(['Z SQL Method',]):
    print o.id, o.connection_id

return printed

-- 
Andrew Milton
akm at theinternet.com.au


More information about the Zope mailing list