Working with recordsets

chema.rey at gmail.com chema.rey at gmail.com
Fri Jan 7 12:44:13 EST 2005


Hi.

I have one recorset that I would like to pass to 2 functions, one is
for create an CSV file and the other one is to create a HTML file. The
problem is that the recordset is totally read in the first function,
and then when I pass it to the second funtion the recordset is in the
last record.

I've read docs, but I think that one cursor doesn't have something
like movefirst() method. Anybody have an idea to solve this?

Thank's.




More information about the Python-list mailing list