Article ID: 234268 - Last Review: March 14, 2006 - Revision: 4.1 FIX: SQLDMO - .Login and .Password Properties are Ignored with .LoginSecure = FALSEThis article was previously published under Q234268
BUG #: 55770 (SQLBUG_70)
SYMPTOMS
In a SQL Distributed Management Objects (DMO) program with .LoginSecure set to FALSE, the .Login and .Password properties are ignored and a trusted connection is made. If login and password parameters are given with the .Connect, a standard connection is made when .LoginSecure is set to FALSE (as expected). WORKAROUND
Specify login and password parameters with .Connect instead of setting them
as .Login and .Password.
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 254561
(http://support.microsoft.com/kb/254561/
)
INF: How to Obtain Service Pack 2 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0 For more information, contact your primary support provider.
MORE INFORMATION
Here is sample code that demonstrates the problem and the workaround:
| Article Translations
|
Back to the top
