18 Feb
2002
18 Feb
'02
6:58 p.m.
Hi Tim, I did exactly as you told me to do. The following is the python script sql="Select * from LinkArea" results = container.sql_method(the_sql=sql) for i in results: print i return printed and below is the ZSQL method: <dtml-var the_sql> when i do this, it gives me the instances, something like this.. <r instance at 01674978> <r instance at 015DAED0> <r instance at 01674978> <r instance at 015DAED0> I do not understand this. --madhavi