VB .Net Question: Download VB .Net PDF

What is difference between import System.Data.SqlClient,System.Data.Oledb?

Tweet Share WhatsApp

Answer:

System.Data.OleDB It contains the objects that we use to connect to a data source via an OleDB provider , such as OleDbConnection, OleDBCOmmand. System.Data.SqlClient It contains objects that we use to connect to a data source via Tabular data stream interface provided by Microsoft Sql Server. This can be generally used to provide better performance because it removes some of the intermediate layers required by the OleDB provider.

Download VB .Net PDF Read All 69 VB .Net Questions
Previous QuestionNext Question
What is the use of console application?Write the role of New keyword?