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
Explain ODP.net
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
What is XML serialization
How to bind the controls(best practice) comboboxes to the data in the dataset?
Define executenonquery?
What is the role of clr?
What are the methods of XML dataset object?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
Explain advantages of ado.net?
What is execute reader in ado.net?
How do I delete a row from a DataTable?
What are the data providers in ADO.NET framework?
What is sql command in ado net?
What is difference in record set and dataset?
What is the provider being used to access oracle database?