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 |
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What is the default provider in ado.net?
Explain what is datagrid with an example?
Explain the difference in record set and dataset?
How can we add/remove row's in "datatable" object of "dataset"?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
what is the syntax code to oledb to connect oracle
What are the advantages of ado.net?
What is ado recordset?
Give an example that shows how to execute a stored procedure in ado.net?
how to display empty table to datagrid
How to check if the Dataset has records ?