what is Execute NOn Query?
Answer Posted / basheer
Command.ExecuteNonqurey is used to Execute querys which
actually does not query Database table to give back
something (Like Select) but commnads DB table to do
something.(Insert,Update or Delete)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is the difference between Dataset. clone and Dataset.copy?
What is difference between ado and other data object?
What is a serialized object?
how can implement dropdownlist in particular of dataset when try to update?
What is the use of sqldatareader class?
What are basic methods of dataadapter?
What are the Data providers in ADO.Net?
What are the ado.net components?
What is defaultview in datatable?
What are the pre-requisites for connection pooling?
Which is the feature of ado.net?
Difference between sqlcommand and sqlcommandbuilder?
Do you use stored procedure in ado.net?
Is ado.net dead?