On 3/31/11 2:54 PM, John Fabiani wrote:
> On Thursday, March 31, 2011 02:42:28 pm Paul McNett wrote:
>> It would be nice IMO to have the Record object in dDataSet instances, for
>> commonality in interacting with them versus dBizobj and dCursor.
>>
>> Any arguments against doing this?
>>
>> Paul
>>
>
> What do you mean "versus dBizobj and dCursor".  A tempCursor has the 'Record".

A temp cursor is a dCursor. A dDataSet, such as what you get from:

ds = self.getDataSet()
ds.execute("select blah from dataset where blah")

is what doesn't have a Record object. But I guess it also doesn't have the 
concept of 
RowNumber, either, which probably makes this a silly request.

Paul


_______________________________________________
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/[email protected]

Reply via email to