ADO.NET 2.0 Question:

Explain the Differences between OLEDB SQL SERVER, OLEDBDOTNET PROVIDER?

Answer:

OleDBDotNet Provider can be used to connect to any DataSource but OleDb SQL SERVER can be used to connect only to a SQL Server DataSource.

Read All 14 ADO.NET 2.0 Questions
Previous QuestionNext Question
How to identify the controls which can be used for binding data?Explain the difference in Record set and Dataset?