What is the difference between excute query and excute
nonquery.?
Answer Posted / shreekant
execute qurey is used for a select statement
ex:"select * from employees";
execute nonquery is used when insert, update,delete statement.
ex:insert into employees values("yourrecirds");
delete from employees
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What symbol would you use to denote, the start of a code block in aspx views?
Explain different types of validators in asp.net?
Why session is used in asp.net?
What is the difference between pathparam and queryparam?
What are the session management techniques asp net?
They mostly asked difference between versions of technologies
What is ASLM?
Why asp.net is used?
How can you pass multiple complex types in Web API?
What is difference between ispostback and autopostback in asp net?
What are the data controls available in asp.net?
What are server activated objects?
Why do you use the app_code folder in asp.net?
What are session cookies?
How are sessions stored?