
OLE DB Programming
Get flash to fully experience Pearltrees
Implementing a Simple Consumer (OLE DB Templates)
Before you open the rowset, you must tell the provider that you want to use bookmarks.
Using Bookmarks (OLE DB Templates)
How To ExecuteParameterized Command Multiple Times with ATL OLEDB Consumer Templates
Performing Asynchronous Operations
Applications designed to asynchronously open the result from the execution of a command can set the DBPROPVAL_ASYNCH_INITIALIZE bit in the DBPROP_ROWSET_ASYNCH property.Asynchronous Processing (OLE DB)
Asynchronous processing enables methods to return immediately without blocking on the calling thread. Consumers request asynchronous processing when initializing a data source object or when opening or populating a rowset. The consumer must explicitly request asynchronous processing.MySQL OLEDB Provider
Establishing the Connection
: VC++ 6.0, Service Pack 5 In my last article, I showed how to extend an OLE DB consumer template class and make it much easier to use in applications.
EXPRESS OLE DB Library for C++ - CodeGuru
How To Insert NULL Data with OLE DB Consumer Templates
Consumers use several kinds of objects, which are described in the following topics: Before the consumer does anything, you first select an OLE DB provider that is appropriate for the type of database you need to access (for example, SQL, Oracle, ODBC, and MSDS).

