ACC95: How to Add Former MSACC20.INI ODBC Section to RegistryID: Q139044
|
Advanced: Requires expert coding, interoperability, and multiuser skills.
When troubleshooting ODBC connection issues or optimizing client/server
performance, you often need to modify the ODBC settings in the ODBC section
of the MSACC20.INI (or MSACCESS.INI in version 1.x). However, in Microsoft
Access for Windows 95 version 7.0, a series of default values are pre-set.
To force Microsoft Access to accept user-defined values for the ODBC
settings, you need to add an ODBC Key and subsequent values to the Windows
95 Registry.
The \HKEY_LOCAL_MACHINE\Software\Microsoft\Jet\3.0\Engines\ODBC
folder contains initialization settings for the Microsoft Jet database
engine. Before you can add any of the following values to the registry, you
must create the ODBC folder under the Jet\3.0\Engines folder.
NOTE: Examples below are provided for both Windows 95 and Windows NT.
Name Type Default Value
------------------- ------ -----------------------------
LoginTimeout DWORD 20
QueryTimeout DWORD 60
ConnectionTimeout DWORD 600
AsyncRetryInterval DWORD 500
AttachCaseSensitive DWORD 00 (False)
AttachableObjects String 'TABLE','VIEW','SYSTEM TABLE',
'ALIAS','SYNONYM'
SnapshotOnly DWORD 00 (False)
TraceSQLMode DWORD 00 (False)
TraceODBCAPI DWORD 00 (False)
DisableAsync DWORD 00 (False)
TryJetAuth DWORD 01 (True)
PreparedInsert DWORD 00 (False)
PreparedUpdate DWORD 00 (False)
FastRequery DWORD 00 (False)
Name Type Default Value
------------------- --------- -----------------------------
LoginTimeout REG_DWORD 20
QueryTimeout REG_DWORD 60
ConnectionTimeout REG_DWORD 600
AsyncRetryInterval REG_DWORD 500
AttachCaseSensitive REG_DWORD 00 (False)
AttachableObjects REG_SZ 'TABLE','VIEW','SYSTEM TABLE',
'ALIAS','SYNONYM'
SnapshotOnly REG_DWORD 00 (False)
TraceSQLMode REG_DWORD 00 (False)
TraceODBCAPI REG_DWORD 00 (False)
DisableAsync REG_DWORD 00 (False)
TryJetAuth REG_DWORD 01 (True)
PreparedInsert REG_DWORD 00 (False)
PreparedUpdate REG_DWORD 00 (False)
FastRequery REG_DWORD 00 (False)
For more information about ODBC Registry Settings, search on the phrase "ODBC," and then view "Initializing the Microsoft ODBC Database Driver" using the Answer Wizard from the Microsoft Access for Windows 95 Help menu.
Keywords : kbusage OdbcHowto
Version : 7.0
Platform : WINDOWS
Issue type : kbhowto
Last Reviewed: April 17, 1999