OleDBPro Global Template Functions

        OLEDB supports a number of interfaces such as IOpenRowset, IBindResource, ICreateRow, IRow and ICommand/ICommandText which can open a variety of objects. In order to reduce the number of related functions in the module, OleDBPro uses a set of global template functions to wrap the functionality of these interfaces, as listed in the following.

  1. BindObject.
  2. CreateObject.
  3. Open.
  4. OpenObject.
  5. OpenWithCmnd.

For how to use these template functions, see the opened source codes and provided examples.