Connecting to a Simple Provider Using ActiveX Data Objects (ADO)

ADO, as an OLE DB consumer, makes requests to a provider to access data sources and retrieve the desired information. In ADO, you supply the name of the provider either as part of a connection string , or in the Provider property of the Connection object. The steps to make the connection depends on whether your Simple Provider is registered as a full OLE DB Provider or not.