Destroys the current data store.
HRESULT DestroyDataSource ();
Parameters
None.
Return Code
Comments
IDBDataSourceAdmin::DestroyDataSource destroys the current data store. Any open OLE DB objects on this data source, such as sessions, commands, rowsets, rows, and views, must be released before calling this method. Consumers cannot destroy a data store if they have not successfully connected to the provider by initializing the data source object.
IDBDataSourceAdmin::CreateDataSource