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.
What is .NET Framework? Specify its applications?
How do dates, numbers, and currencies in a text box are formatted?
Differentiate between Assembly and NameSpace?
Write down the classes which derive from the abstract System.Windows.Shapes.Shape class in the WPF?
Write the syntax to declare the namespace in the .NET and in VB?
Explain the ASP.NET AJAX?
Describe in brief the term XAML extensible markup language?
Write about features that are added in the .NET Framework 4.0.
Briefly explain round trip?
In the vb.net, explain how to connect the crystal report?
18,76,764
1938958 Asked
3,689
Active Tutors
1431680
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!