In message <[EMAIL PROTECTED]>, I wrote:

> In message <[EMAIL PROTECTED]>, Fredrik
> Lundh wrote:
> 
>> Lawrence D'Oliveiro wrote:
>> 
>>>         yield dict(zip(Fields, NextRow))
>> 
>> the OP didn't ask for a field name => value mapping, though.
> 
> What other kind of mapping could you produce?

All right, sorry, looks like they want to load the entire table into RAM and
key it off the first field. Kind of defeats the point of having SQL, but
there you go...
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to