The information in this article applies to:
SYMPTOMSThe ODBC API call, SQLConfigDataSource(), provides the application developer a means to programmatically create a Datasource Name (DSN) for the ODBC "Microsoft Access Driver (*.mdb)." The SQLConfigDataSource() function can create a registry entry for PageTimeout that allows the value of 0. When the DSN is created in this manner and is reviewed in the ODBC Administrator, the following error message is displayed when the <OK> button is clicked:
CAUSEA PageTimeout value of 0 or less is not valid for this driver property. RESOLUTIONEnsure that the PageTimeout value is set to something greater than 0 when using the SQLConfigDataSource() function in the ODBC API. STATUSThis behavior is by design. Additional query words: SQLConfigDataSource PageTimeOut
Keywords : kbODBC odbcAccess kbGrpMDAC kbGrpODBC |
Last Reviewed: September 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |