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
What is the difference between ado.net and entity framework?
Define the data provider classes that is supported by ado.net?
How to check if the Dataset has records ?
What is the difference between dataset and datatable?
What are the data providers in ADO.NET framework?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
how can implement dropdownlist in particular of dataset when try to update?
differences between ADO and ADO.NET
What is meant by executenonquery?
Explain ODP.net
What are the advantages of oledb compared with other classes?
Which database is the ado.net?
What does executereader return?
Explain the various objects in dataset.
Explain the dataadapter class in ado.net?