13 Feb
2007
13 Feb
'07
5:30 p.m.
+-------[ 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@theinternet.com.au