Frequently Asked Interview Questions

What is the use of Connection object?

They are used to connect a data to a command object.
  • SqlConnection: used to connect Sql Server.
  • OleDbConnection: used to connect with OLE-DB provider.
  • OdbcConnection: is used to connect with data sources with ODBC provider.

Most Visited Pages

Home | Site Index | Contact Us