+-------[ 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