On Feb 14, 2009, at 11:52 AM, Ricardo Aráoz wrote:

>>>> dabo.ui.browse(cur.fetchall())

        Dabo cursors don't use the fetchall() externally; it uses it  
internally and populates its record set automatically. You just need  
to write:

dabo.ui.browse(cur.getDataSet())

... or, even more simply:

dabo.ui.browse(cur)

... since browse accepts either a dataset or any object with a  
getDataSet() method.


-- Ed Leafe




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to