Hi,
ADO.Net supports how many types of connections.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pradeep YadavPosted Oct 26, 2018, 7:41 AM
Jaish MathewsPosted Oct 26, 2018, 4:49 AM
- Connection object for SQL Server (SqlConnection).
- Connection object for MSACCESS (OleDbConnection).
- Connection object for MYSQL (OdbcConnaction).
- Connection object for ORACLE (OracleConnection).
Ref. here, https://www.c-sharpcorner.com/article/exploring-connection-in-ado-net/Madan ShekarPosted Oct 26, 2018, 4:11 AM