The information in this article applies to:
SYMPTOMS
When you specify a connection string that begins with the characters
ODBC;, CDatabase::OpenEx() does not behave as expected.
CAUSECDatabase::OpenEx() does not accept a connection string beginning with ODBC;. RESOLUTIONRemove the ODBC; prefix from the connection string for OpenEx(). MORE INFORMATION
CDatabase::Open() removes the ODBC; prefix from the connection string
before passing it to OpenEx(). REFERENCES
Visual C++ Books Online Help for CDatabase::OpenEx(). Additional query words: MfcDatabase kbMFC kbVC420 kbVC500 kbVC600 kbdsd kbDSupport kbODBC
Keywords : |
Last Reviewed: July 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |