Ron
Thanks you for taking the time to reply. I ahve checked the documentation
but still am unclear. We have successfully used encryption with 2000/2000
but am having trouble with some of the clients. We use VB to connect to SQL
Server and our connection string works on some PC but not on others. It
appears that thosse that do not work do not have DBNETLIB so I made an
assumption. Oure connect string is:
driver={SQL Server};server=IA;database=dbname;uid=username;pwd=pword
I get errors (usually General Connection Errors) from some clients and not
others. I have tried all the paramaters (ENCRYPT=YES,Network=......) and
canot find the solution. Any help would be greatly appreciated. This has
caused us significant time.
Thanks again,
Ron
"linda deng[MS]" <lid...@online.microsoft.com> wrote in message
news:Eh2BzIdDCHA.1816@cpmsftngxa07...
Please make sure whether those clients which can't work well can connect
to the SQL Server with the Client Tools such as QA, EM directly or not.
This is probably caused by the network.
"linda deng[MS]" <lid...@online.microsoft.com> wrote in message
news:02bB2zCECHA.1600@cpmsftngxa08...
You can follow the guide from the KB article (the link illustrated below)
to check whether the clients which can't work well are configured correctly
and how to enable the SSL Encryption for SQL Server.
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q276553
Modify the ODBC or OLEDB connection string:
1. ODBC
Driver=SQLServer;Server=ServerNameHere;UID=UserIdHere;PWD=PasswordHere;Netwo
rk=DBNETLIB.DLL;Encrypt=YES
2. OLEDB
Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security
Info=False;Initial Catalog=dbNameHere;Data Source=ServerNameHere;Use
Encryption for Data=True
Please see http://support.microsoft.com/default.aspx?scid=kb;en-us;Q316779
to check whether the error occurs in your issue and workaround it.
"linda deng[MS]" <lid...@online.microsoft.com> wrote in message
news:uJAjixeECHA.1816@cpmsftngxa08...
"linda deng[MS]" <lid...@online.microsoft.com> wrote in message
news:uJAjixeECHA.1816@cpmsftngxa08...
The following is from Microsoft SQL Server Books Online and it is for your
information.
SQL Server 2000 can use the Secure Sockets Layer (SSL) to encrypt all data
transmitted between an application computer and an instance of SQL Server
on a database computer. Both the client and the server computers must have
the proper certificates installed for SSL encryption to function.