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
How to use a Master Database in Asp.net?
Do cookies store passwords?
What is redirectpermanent in asp.net?
Explain the different parts that constitute ASP.NET application?
How to comment out asp.net tags?
How does asp.net page work?
Explain the advantages of passport authentication.
Who is using asp.net?
Explain About duration in caching technique
What language does asp.net use?
Is asp.net a programming language or framework?
Where are session variables stored?
What is asp according to you?
What is a web api? Which protocol is used in a web api?
What is session start?