def execute(self, sql, params=(), _fromRequery=False):
""" Execute the sql, and populate the DataSet if it is a select
statement."""
# The idea here is to let the super class do the actual work in
# retrieving the data. However, many cursor classes can only
return
# row information as a list, not as a dictionary. This method
will
# detect that, and convert the results to a dictionary.
#### NOTE: NEEDS TO BE TESTED THOROUGHLY!!!! ####
Anyone mind if I remove #### NOTE ?
Carl K
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]