How to make TCPS/SSL connection to MSSQL2014/Oracle12CR2 using C#
Need to connect to oracle 12CR2 and SQL server 2014 from C# using OledbConnection and SQLConnection classes.This connection needs to be secure/SSL/TCPS enabled.
I appreciate if anyone can provide solution for this in C#.
Thanking you in anticipation.