Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
SQL2000User
Starting Member
13 Posts |
Posted - 2008-01-16 : 23:59:44
|
HI,I know that it is a silly question.I need to use ODBC driver to connect sql server 2000 from another application, so when ODBC is connecting database, are the userid/password which is typed in ODBC encrypted or not? In other words, is it secure for userid/password when the connection is built? Thanks for any ideaFlora |
|
mcrowley
Aged Yak Warrior
771 Posts |
Posted - 2008-01-17 : 09:49:19
|
The ODBC adminstrator applet where you create DSNs does not keep the password at all. The Username is kept merely as a convenience, but I have found that it causes more confusion than conveneince. |
 |
|
|
|
|