MDAC 2.5 SDK - OLE DB Programmer's Reference
OLE DB Interfaces
IBindResource binds to an object named by a URL and returns a data source, session, rowset, row, command, or stream object.
Note The term "resource" in the name of this interface refers to the use of URLs to name OLE DB objects.
IBindResource 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.
Method | Description |
Bind | Binds to an object named by a URL. |