|
-
Sep 12th, 2008, 01:11 AM
#5
Re: [2005] AbsolutePosition
 Originally Posted by Deepak Sakpal
AbsolutePosition was used in VB6 which indicates the ordinal position of a Recordset object's current record.
Then the DataSet itself has no equivalent. There's no such thing as a selected row in a DataTable. Such a selection only makes sense in terms of bound data, in which case you'd use the Current (item) or Position (index) property of a BindingSource. The BindingSource hides the complexity of the CurrencyManager, amongst other things, so it is generally easier to use. Like I said, if a full and clear description is provided...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|