MDAC 2.5 SDK - OLE DB Programmer's Reference
OLE DB Interfaces
ICreateRow creates and binds to an object named by a URL.
ICreateRow is a mandatory interface on the OLE DB root binder object and on all provider binder objects. It is also an optional interface on session and row objects.
Consumers call ICreateRow::CreateRow to create and bind to an object named by a URL.
Method | Description |
CreateRow | Creates and binds to an object named by a URL and returns the requested interface pointer. |