🎴 Flashcard Mode

Web Backend Technologies: Hibernate, Web Services, and Database Access

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Which is the default Provider Name of the Providers used to access the DataBase?

AnswerClick to flip back
A
System.Data.SqlClient
💡 Explanation:

System.Data.SqlClient is the default provider for SQL Server in ADO.NET. OracleClient, Odbc, and Oledb are alternative providers for different database systems. This question assumes SQL Server context, which is the most common default.

Change Mode