Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » OLEDB API   (RSS)
Sorry, but there are no more tags available to filter with.
OLEDB API Calls
What is OLE DB? OLE DB is a specification . It is not a set of components or files. It defines the way that a consumer, the client who is retrieving the data, talks to a provider, the server who is supplying the data. The provider is a COM object which Read More...
OLE DB Resource Pooling
OLE DB resource pooling, also known as OLE DB session pooling, is handled by the OLE DB core components. To take advantage of resource pooling, an OLE DB consumer must invoke the data provider by using either the IDataInitialize or the IDBPromptInitialize Read More...
ADO Overview and Architecture
ADO is the most popular and well-known of Microsoft’s Data Access API’s. ADO is, like OLEDB, a COM object model for accessing, retrieving and updating data. Unlike OLE DB, however, ADO objects expose OLE Automation interfaces, allowing them Read More...
MSDASQL - OLEDB Provider for ODBC drivers
As mentioned before, a provider is needed for any data source that is to be exposed through OLE DB. Microsoft releases providers for several common data sources, including SQL Server, Oracle, and Jet. In addition, Microsoft ships a special provider called Read More...
OLE DB Programming Overview and Architecture
OLE DB is a COM based object model used for access to various relational data sources as well as structured, not relational data (such as folders in an email store, or a file system). This ability to access both relational and structured data is one of Read More...
Page view tracker