MDAC 2.5 SDK - OLE DB Programmer's Reference
Chapter 18: Programming Considerations
Binders are identified in the registry by the OLE DB Binder subkey under the class ID of the binder. Under HKEY_CLASSES_ROOT, binders must have the following subkeys and values for the programmatic identifier (ProgID).
Keys and subkeys | Name | Values |
HKEY_CLASSES_ROOT | ||
CLSID | ||
BinderCLSID | (Default) | FriendlyDisplayName |
InprocServer32 | (Default) | BinderDLLFilename |
ThreadingModel | Apartment|Free|Both | |
OLE DB Binder | (Default) | Description (for example, "Microsoft OLE DB Binder for Internet Publishing") |
ProgID | (Default) | BinderProgID |
VersionIndependentProgID | (Default) | VersionIndependentProgID |
For more information about binders, see "Direct Binding" in Chapter 8, "Binder Objects and Direct Binding."