On Wednesday, November 16, 2011 5:56:01 PM UTC-5, Anthony wrote: > > If you're just looking to use SQLTABLE, you should be able to just send > the results of executesql directly to SQLTABLE...I think.
Oops, sorry, that's wrong. On the other hand, you can do db.executesql(..., as_dict=True) and get a list of dictionaries as the result, which may be more convenient to work with, depending on what you're doing. Anthony