PRB: SQLConfigDatasource Allows PageTimeout Value of 0 (238752)
The information in this article applies to:
- Microsoft ODBC Driver for Access 3.0
- Microsoft ODBC Driver for Access 3.5
- Microsoft ODBC Driver for Access 3.6
- Microsoft ODBC Driver for Access 4.0
This article was previously published under Q238752 SYMPTOMS The 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: ODBC Microsoft Access Setup - Invalid
page timeout value. CAUSE A PageTimeout value of 0 or less is not valid for this
driver property. RESOLUTION Ensure that the PageTimeout value is set to something
greater than 0 when using the SQLConfigDataSource() function in the ODBC API.
Modification Type: | Major | Last Reviewed: | 10/31/2003 |
---|
Keywords: | kbprb KB238752 |
---|
|