1 Aug
2006
1 Aug
'06
6:58 p.m.
--On 1. August 2006 14:50:19 -0400 Muk Yan <mukyan@gmail.com> wrote:
I know the MySQL query works, but I get garbage results from the python script (<Shared.DC.ZRDB.Results.Results instance at 0x132a5c88>). All I want is to contain the results of the SQL query in a list or container.
Zope Book 2.7 edition -> RDBMS chapter. The result object is an iterator will return a row of the resultset for each iteration. -aj