what is Execute NOn Query?
Answer Posted / madhulatha
ExecuteNonQuery() ia command object method,is for
insert,update and delete statements.i.e for the statements
which does'nt returns any value after the execution.return
type of ExecuteNonQuery is int,we can return no of affected
rows.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is the difference between the clone() and copy() methods of the dataset class?
What is the return type of executescalar?
How to work with disconnected data - the dataset and sqldataadapter?
What is dbcontext and dbset in entity framework?
What are the major challenges in accessing data from a database?
What is connection in ado.net?
What is data reader in ado.net?
Explain the overview of ado.net architecture?
What is meant by executenonquery?
What does executereader return?
How to connect and retrieve data from database using dataset
What is aggregating data ?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
What is dataset and datatable in ado.net?
What are the parameters that control most of connection pooling behaviours?