Different types of data providers
State different types of data providers existing in .NET Framework?
Expert
Different types of data providers existing in .NET Framework are as follows:
i. .NET Framework Data Provider for ODBC – It provides access to the databases exposed by using ODBC. It uses a name System.Data.Odbc.
ii. .NET Framework Data Provider for SQL Server - Provides access to Microsoft SQL Server 7.0 or later version. It uses a namespace System.Data.SqlClient.
iii. .NET Framework Data Provider for OLE DB - Provides access to databases exposed by using OLE DB. It uses a namespace System.Data.OleDb.
iv. .NET Framework Data Provider for Oracle - Provides access to the Oracle database 8.1.7 or later versions. It uses a namespace System.Data.OracleClient.
Differentiate between the ComboBox control and the ListBox control?
What are the chief built in objects in Asp.net?
Explain the function of a CustomValidator control?
How we can dynamically add the user controls to the page?
Explain the working of cookie less session?
What is the role of the DynamicPopulateExtender control?
Write down the command which is used to run a batch?
Explain the use of App_Code folder in ASP.NET?
Write the difference between System.StringBuilder and System.String classes?
Specify the syntax which is be used to inherit from a class in C#?
18,76,764
1950878 Asked
3,689
Active Tutors
1460320
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!