Overview of OLE DB

Today, a vast amount of the critical information necessary for conducting day-to-day business is found outside of traditional, corporate production databases. Instead, this information is found in file systems, in indexed-sequential files such as Btrieve, and in personal databases such as Microsoft? Access and Microsoft Visual FoxPro?; it's found in productivity tools such as spreadsheets, project management planners, and electronic mail; and more and more frequently, it's found on the World Wide Web.

To take advantage of the benefits of database technology, such as declarative queries, transactions, and security, businesses have traditionally had to move the data from its original containing system into some type of database management system (DBMS). This process is expensive and redundant. Furthermore, businesses need to be able to exploit the advantages of database technology not only when accessing data within a DBMS but also when accessing data from any other type of information container. To address this need, Microsoft created OLE DB.

OLE DB is a set of Component Object Model (COM) interfaces that provide applications with uniform access to data stored in diverse information sources and that also provide the ability to implement additional database services. These interfaces support the amount of DBMS functionality appropriate to the data store, enabling it to share its data.

This section contains the following topics:

See Also

Concepts

Introduction to OLE DB