MDAC 2.5 SDK - OLE DB Programmer's Reference
OLE DB Interfaces
Consumers use the IGetRow interface to get a row object or URL for a row in a rowset.
Providers implement this interface on rowset objects. IGetRow is an optional interface.
A consumer calls IGetRow::GetRowFromHROW to create a row object to represent a row in a rowset. IGetRow::GetURLFromHROW returns the URL for the row.
Method | Description |
GetRowFromHROW | Returns an interface pointer on a newly created row object associated with a row in a rowset. |
GetURLFromHROW | Returns the URL for a row in a rowset. |