Explain DataAdapter class
Explain DataAdapter class in the ADO.NET?
Expert
DataAdapter class regain data from a database, stores data in the dataset, and returns the alterations made in a dataset to a database. DataAdapter class acts as the intermediary for every communication among database and a DataSet object. DataAdapter Class is used to fill the DataTable or the DataSet Object by data from the database using a Fill() method. DataAdapter class affects the alteration made in the dataset to a database by calling a Update() method.
DataAdapter class has four properties which represent a database command and these are as follows:
• SelectCommand, • UpdateCommand • InsertCommand,and DeleteCommand.
Define the term “Array”.
Illustrate the term ASP.NET?
Differentiate between the ASP.NET session and a ASP session?
Differentiate between authorization and authentication?
Explain the working of Cookies. And also give the example of the Cookie abuse?
Can more than one line be entered in a TextBox control?
State the purpose of DataView?
Illustrate in .NET about different types of directives?
Write about Windows Azure operating system.
Name the classes that are supported to make the XML DOM?
18,76,764
1940087 Asked
3,689
Active Tutors
1411908
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!