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
What does ado stand for in ado.net?
What are the advantages of oledb compared with other classes?
What is ado recordset?
How can we add relation between tables in a dataset?
What are all the different methods under sqlcommand?
What is serialization and de-serialization in .net?
What does executereader return?
What is data control techniques?
How to store data in memory?
How do you update database through dataset?
What is the advantage of ado.net?
What is data view and variable view?
Which provider is used to connect ms access, oracle, etc…?
What is the difference in record set and dataset?
Explain ado.net features?