MDAC 2.5 SDK - OLE DB Programmer's Reference
OLE DB Interfaces
IDBDataSourceAdmin is an optional interface for creating, destroying, and modifying data source objects.
It is important to distinguish between the data source object and the data store. The data source object is the object used by the consumer code. The data store is the actual source of data, such as a server database.
Method | Description |
CreateDataSource | Creates and initializes a new data source object. |
DestroyDataSource | Destroys the current data source object. |
GetCreationProperties | Returns information about the data source object creation properties supported by the provider. |
ModifyDataSource | Modifies the current data source object. |