what is Execute NOn Query?
Answer Posted / mahesh
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 ? | 7 Yes | 2 No |
Post New Answer View All Answers
Describe the command object and its method.
What are the several execute methods of ado.net?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
How to identify the controls which can be used for binding data?
What is dataset and datatable in ado.net?
What is sql connection in ado.net?
Which name space is used to get assembly details?
What is the use of connection object in ado.net?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are the major challenges in accessing data from a database?
What are the Data providers in ADO.Net?
What are the different methods by which we can populate a dataset?
What providers does Ado.net uses?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
Give an example of a .net application which connects to microsoft access database using ado.net classes.