Execute nonquery returns no. of afected rows.So if my stored
procedure hav lot of select stmnt, delete stmnt, insert
stmnt..then what does execute nonquery returns in this case?
Answer Posted / pankaj shinde
Total number of rows effected.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you implement locking concept for dataset?
List the 4 common ado.net namespaces?
What are typed and untyped dataset?
What are the advantages of oledb compared with other classes?
Explain the difference in an abstract class and an interface?
Define executenonquery?
Explain advantages of ado.net?
What is the role of clr?
describe the dataset object in ado.net.
How do you connect to sql server database without using sqlclient?
What are the methods of XML dataset object?
Can you explain how to enable and disable connection pooling?
What is a column variable?
What is a non query?
Is bulk insert faster than insert?