Mar 30, 2010

What is the difference between excute query and excute nonquery.?

Execute Query is the method which is used to return the result of the command like
select Query. That is Update Query. The Execute Non Query

is used to return the Query os the statement like the update
Delete Insert which returns No data


Execute Query is the method which is used to non parameterized query.
The Execute Non Query is used to parameterized query.

No comments:

Post a Comment