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 are the advantages and disadvantages of session?
What are the two Layouts supported by a Web form in ASP.NET?
Distinguish between Server-side and Client-side code with its functionality?
What is preprocessor in .net? Where it use?
How does session authentication work?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are Master Pages in ASP.NET? or What is a Master Page?
In Code-Behind class which kind of code (server or client) is found ?
What are sessions used for?
What r the asp.net list controls and difference between them?
What is form method?
What is the difference between debug and release?
What is postback request?
What do you mean by View State and what is its role?
How do you deploy your asp.net application?