PRB: Asterisks Don't Hide an RDC Password Set in Design Time
Article ID: 137024
Article Last Modified on 12/9/2003
APPLIES TO
- Microsoft Visual Basic 4.0 Standard Edition
- Microsoft Visual Basic 4.0 Professional Edition
- Microsoft Visual Basic 4.0 Professional Edition
- Microsoft Visual Basic 4.0 16-bit Enterprise Edition
- Microsoft Visual Basic 4.0 32-Bit Enterprise Edition
This article was previously published under Q137024
SYMPTOMS
When you set the Password property of the RemoteData control (RDC) at
design time, it is possible for others to read the password on your screen
as it is entered because the password is not filtered by asterisks. When
the ODBC dialog box does hide the password by converting it into asterisks.
CAUSE
The RDC does not control the edit field in the Property window and
therefore cannot force asterisks to be displayed.
RESOLUTION
Passwords that need to be protected as sensitive information should not be
coded into the Properties window of the RemoteData control.
STATUS
This behavior is by design.
Additional query words: 4.00 vb4win vb4all
Keywords: kbprb KB137024