what is Execute NOn Query?
Answer Posted / usha
This method belongs to connection object.We call this
method to indicate that the stored procedure doesn't return
results for a query but rather than an integer indicating
how many rows are effected by the executed statement.
Is This Answer Correct ? | 26 Yes | 11 No |
Post New Answer View All Answers
What is the difference between Command and CommandBuilder object?
Explain sqlconnection object?
What is namespace in ado.net?
What are the drawbacks of using ado.net?
Define different execute methods of ADO.NET command object ?
Define connection string?
What are the 3 major types of connection objects in ado.net?
What are three methods for displaying data in a syncfusion datagrid
Can we load multiple tables in a dataset?
Which object needs to be closed?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What is the DataTableCollection?
How to add a check box or a dropdown list to a column in a datagrid?
Do you use stored procedure in ado.net?
What is an orm, and why would you use one instead of plain old ado.net?