Thursday, February 16, 2012

ADO Connections

Forgive me if this is the wrong forum, but it does have to do with data access. Just a quick question: When using an ADO Component /Object to connect to a database, C# or whatever, that connection that is established - How likely is it that data being retrieved from the database is intercepted, is that channel encrypted/secured, and if not for either questions, how do i secure that channel?

Please check following blog:

http://blogs.msdn.com/sql_protocols/archive/2005/10/04/476705.aspx

If you want to force client encryption, there is a connection string property in ADO, please see below link:

http://msdn2.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.connectionstring.aspx

good luck!

Ming.

No comments:

Post a Comment