The Connection object is used to connect your application to
a specific data source by providing the required authentication information in
connection string. The connection object is used according to the type of the
data source. For example, the OleDbConnection object is used with an OLE-DB
provider and the SqlConnection object is used with an MS SQL Server.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
The Connection object is used to connect your application to a specific data source by providing the required authentication information in connection string. The connection object is used according to the type of the data source. For example, the OleDbConnection object is used with an OLE-DB provider and the SqlConnection object is used with an MS SQL Server.