MDAC 2.5 SDK - OLE DB Programmer's Reference
OLE DB Interfaces


 

IGetRow

Consumers use the IGetRow interface to get a row object or URL for a row in a rowset.

When to Implement

Providers implement this interface on rowset objects. IGetRow is an optional interface.

When to Call

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.