DataAdapter class in ADO.NET
Explain about the DataAdapter class in ADO.NET.
Expert
DataAdapter class retrieves the data from the database, stores it in a dataset, and reflects the changes made within the dataset to the database. DataAdapter class acts as an intermediary for all the communication between the DataSet objects and the database. The DataAdapter Class used to fill a DataTable or DataSet Objects with the data from the database by using the Fill() method. The DataAdapter class applies changes thatare made in the dataset to the database by calling the Update() method.
It also provides four properties that represents the database command:
a) SelectCommand,
b) nsertCommand,
c) DeleteCommand, and
d) UpdateCommand.
What do you understand by the Tuples?
State the function of the “Try-Catch-Finally” block
What is connection pooling? And name the pre-requisites used for connection pooling?
Name some classes which is utilized to handle standard menu in MenuStrip control.
By which command we can turn-off and turn-on CAS?
Explain the chief built-in objects in the ASP.NET?
What is the concept of CAS?
Explain about the AJAX Control Extender Toolkit.
What do you mean by the term ALE? Describe the functions of ALE in 8085?
18,76,764
1930218 Asked
3,689
Active Tutors
1435900
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!