IBindResource
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.
When to Implement
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.
When to Call
Method |
Description |
---|---|
Binds to an object named by a URL. |
This topic is a part of: