Command object in ADO DOT NET
List the usages of Command object in ADO.NET?
Expert
The usages of the Command object in AD0.NET are as follows: i. The ExecuteReader() method: It returns the result set by using a DataReader object.
ii. The ExecuteNonQuery() method: It executes a commands and does not return any value,
iii. The Command objects in the AD0.NET performs a command against a database and regain a DataReader or a DataSet object.
iv. It performs DELETE, INSERT, or UPDATE, command against a database.
v. Command object is represented by the two classes: OleDbCommand and SqlCommand.
vi. Command object gives three methods to perform commands on a database
vii. The ExecuteScalar() method returns single value from the database query.
viii. Each command objects are derived from the DbCommand class.
Describe in brief regarding the performance of Visual basic?
Specify the pre-requisites for connection pooling?
Differentiate between fragment caching and page-level caching?
Name the data type which the RangeValidator control supports?
Define the term Event.
Differentiate between SqlClient and OLEDB Provider?
Explain, what is a host process?
What do you mean by the term MISL CODE? Describe in brief.
Describe the function of a SizeMode property of a PictureBox control?
Differentiate between SQL invalidation and SQL notification?
18,76,764
1954215 Asked
3,689
Active Tutors
1425002
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!