Microsoft OLE DB 2.0 Programmers Reference and Data Access SDK (Microsoft Professional Editions)
| OLE DB Programmer's Reference |
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 |
|---|---|
| Bind | Binds to an object named by a URL. |
1998-2001 Microsoft Corporation. All rights reserved.