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.
Explain what is C#?
Explain how VB Implements the Disconnected Architecture as similar to VB.Net?
Write down the benefit of packaging over xcopy in the .NET?
Briefly describe contra-variance and covariance in .NET Framework 4.0 and give an example for both?
What is meant by XCOPY?
What we can do to allot page specific attributes in the ASP.NET application?
Differentiate between the ComboBox control and the ListBox control?
What are the rules and regulations which should be followed while creating the well-formed XML document?
Specify advantages of the XML schemas over DTD.
Illustrate the terms validation controls?
18,76,764
1946834 Asked
3,689
Active Tutors
1419324
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!