what is Execute NOn Query?
Answer Posted / anjeswar
it returns no of records updated and will be used for inert,
delete and updated operations
| Is This Answer Correct ? | 29 Yes | 18 No |
Post New Answer View All Answers
What are two types of transaction supported by ado.net?
What are the uses of Stored Procedure?
What is connection string?
Give few examples of datareader that is used in different dataproviders.
What Is Difference Between Ado And Ado.net?
What are the key features of ado.net?
can we create synonymn in ms access,sql server,my sql if so explain me with example
What is ado recordset?
What is the hierarchy of data in databases?
What are the advantages of oledb compared with other classes?
What you mean by filtering of data?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
How can we check that some changes have been made to dataset since it was loaded?
What is the difference between typed and untyped dataset?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?