The information in this article applies to:
SYMPTOMSWhile opening a Connection, attempting to specify a non-existent OLE DB provider through the Provider property does not generate an error if the correct provider was previously specified in the ConnectionString argument. CAUSE
ADO does not recompose the connection string whenever the Provider property is set after specifying the provider in ConnectionString. NOTE: Previous versions of MDAC components can also exhibit this behavior.
RESOLUTIONSpecify the OLE DB provider in only one place before opening your Connection object, preferably via the ConnectionString argument. STATUSThis behavior is by design. MORE INFORMATIONSteps to Reproduce Behavior
© Microsoft Corporation 1999, All Rights Reserved. REFERENCES
For more information, please refer to the Platform SDK for Windows 2000. Additional query words:
Keywords : kbADO kbGrpVCDB kbGrpMDAC kbDSupport kbMDAC250 kbADO250 |
Last Reviewed: January 17, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |