What is the use of command objects?
Answers were Sorted based on User's Feedback
Answer / rajesh
In order to execute Sql commands and stored procedures we
need command objects
Is This Answer Correct ? | 21 Yes | 0 No |
Answer / sandyni
Command object is used to connect the connection object to
data reader or dataset. and is used to execute queries and
stored procedures which are defined in the commandtext
property.
the main methods for command object property are....
1. ExecuteNonQuery()
2.ExecuteReader()
3.ExecuteScalar()
Is This Answer Correct ? | 9 Yes | 1 No |
Where do you store connection string ?
What does adodb stand for?
What is the functionality of data provider in ado.net?
What is an ADO.Net?
Explain the dataadapter class in ado.net?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
Why is stored procedure used in ado.net?
Explain the two fundamental objects in ado.net?
What is ado and rdo?
Explain sqlconnection object?
what are the two key events for the sql connection class? explain the differnce between the two.
What are the main differences between classic ado and ado.net?