what is Execute NOn Query?
Answer Posted / suman zalodiya
ExecuteNonQuery() is used when you run rhe query that
doesn't return anything.For example insert,update,delete
etc.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain how can we load multiple tables in to dataset?
What is typed dataset ?
What are the advantage of ado.net?
What is difference between executequery and executeupdate?
What is the namespaces being used to access oracle database?
Why edit is not possible in repeater?
Which is the feature of ado.net?
What is the difference between Command and CommandBuilder object?
What is ole data type?
What is the difference between statement and preparedstatement interface?
Explain how to pass multiple tables in datasets simultaneously?
Explain the difference between an ado.net dataset and an ado recordset?
What is ado.net components?
Can datareader hold data from multiple tables?
How can we load multiple tables in to dataset?