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
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
can we create synonymn in ms access,sql server,my sql if so explain me with example
What are the advantages and drawbacks of using ado.net?
What are the namespaces used in ado.net for data access?
What are the advantages using ado.net?
What are the pre-requisites for connection pooling?
What are the Data providers in ADO.Net?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
Is ado.net an orm?
How to read data with the sqldatareader ?
What does ado stand for in ado.net?
Explain the difference in an abstract class and an interface?
What is the use of adodc?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is a column variable?