uses of Command object in ADO.NET
List the usages of the Command object in ADO.NET?
Expert
The usages of the Command object in AD0.NET are:
a) Command object in the AD0.NET executes a command against the database and retrieves a DataReader or DataSet object. b) It also executes commands such as, UPDATE, INSERT or DELETE command against the database. c) All the command objects are derived from the DbCommand class. d) The command object is characterized by the two classes: and OleDbComm and SqlCommand.
The Command object offers three methods in order to execute commands in the database:
a) The ExecuteNonQuery() method, which executes commands and also does not return any value. b) The ExecuteReader() method, which returns a result set by using the DataReader object. c) The ExecuteScalar() method, which returns single value from the database query.
How we can dynamically add the user controls to the page?
Illustrate the terms Persistent cookie as well as Session cookie?
Describe in brief regarding the Visual basic.NET culture?
Illustrate the meaning of data encapsulation?
Explain the requirement of Timer control in the AJAX.
How can height of a combo box drop-down list can be adjusted?
How to identify that whether any changes are made or not to a DataSet object while it was last loaded?
Which statement can be used to replace many if-else statements in the code.
Explain the use of a toolstrip container?
State the use of DropDownStyle property of the ComboBox control?
18,76,764
1935130 Asked
3,689
Active Tutors
1426813
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!