ACC: Save Password Check Box Dimmed When Linking ODBC Tables (164003)
The information in this article applies to:
- Microsoft Access for Windows 95 7.0
- Microsoft Access 97
This article was previously published under Q164003 Advanced: Requires expert coding, interoperability, and multiuser skills.
IMPORTANT: This article contains information about editing the registry.
Before you edit the registry, you should first make a backup copy of the
registry files (System.dat and User.dat). Both are hidden files in the
Windows folder.
SYMPTOMS
You are unable to save the Login ID and Password locally when you link a
table from an ODBC data source because the "Save password" check box is
dimmed in the Link Tables dialog box.
CAUSE
There are two possible causes:
- There is an MSysConf table on the SQL database server, which is
prohibiting users from storing passwords locally.
- The Windows registry has been modified so that network password caching
has been disabled on your computer.
RESOLUTIONCause 1 - There is an MSysConf Table on the SQL Database Server
The server administrator has disabled local storage of the Login ID and
Passwords in linked tables by creating an MSysConf table on the server,
which contains the following record:
Config nValue
------ ------
101 0
To re-enable users to save Login IDs and Passwords locally, change the
record to:
Config nValue
------ ------
101 1
Cause 2 - Network Password Caching Has Been Disabled
Edit the Windows registry to enable network password caching.
WARNING: Using Registry Editor incorrectly can cause serious problems that
may require you to reinstall Windows 95. Microsoft cannot guarantee that
problems resulting from the incorrect use of Registry Editor can be solved.
Use Registry Editor at your own risk.
For information about how to edit the registry, view the Changing Keys And
Values online Help topic in Registry Editor (Regedit.exe). Note that you
should make a backup copy of the registry files (System.dat and User.dat)
before you edit the registry.
Use Registry Editor (Regedit.exe) to do either of the following to
re-enable network password caching:
REFERENCES
For more information about using the MSysConf table to prevent the storage
of Login IDs and Passwords locally, please see the following article in the
Microsoft Knowledge Base:
101084 ACC: Storing SQL Database Login IDs and Passwords Locally
For more information about the MSysConf table, search the Help Index for
"MSysConf table."
For more information about disabling password caching using the Policy
Editor in Microsoft Windows 95, please see the following article in the
Microsoft Knowledge Base:
142233 No Password Prompt After Network Adapter Is Detected
Modification Type: | Minor | Last Reviewed: | 1/26/2005 |
---|
Keywords: | kbprb kbusage KB164003 |
---|
|