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 a control toolbox?
Do we use stored procedure in ADO.Net?
What provider ado.net use by default? Explain the role of data provider in ado.net?
What is ado recordset?
Which is faster datareader or dataadapter?
How to check if a datareader is closed or opened? IsClosed()
What is difference between datatable and dataset?
What are advantages of microsoft-provided data provider classes in ado.net?
Explain ODP.net
What is the executescalar method?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What are the different row versions available in table?
What do you mean by performing asynchronous operation using command object?
What is oledb driver?