Discussion:
Using SSL/ or TLS over DBX connection.
(too old to reply)
Ahmadi
2008-07-06 06:53:30 UTC
Permalink
Hi
I have one client that have connection to my server(DBMS=SQL Server 2005)
Im using DBX connection in the client to connect to the server.
I want use security SSL/ or TLS over this connection to improve my security.
but i don't know how can i configure it? i think that this configuration
must done in both side(client->dbxConnection and server->DBMS).
Thanks for any help
Im using Delphi 2007
--
~~~~~~~~~~~
Best Regards
H.Ahmadi
Bill Todd [TeamB]
2008-07-06 16:54:52 UTC
Permalink
The dbExpress drive calls functions in the SQL Server client library.
The SQL Server client handles the communication with the server so
encrypting the communication between the SQL Server client and server
does not involve dbExpress. I don't know if SQL Server supports
encrypted communication or not but the best place to ask is in one of
the MS SQL Server newsgroups or in the database.sqlservers group here.
--
Bill Todd (TeamB)
Loading...