Saved Bookmarks
| 1. |
If We Are Not Returning Any Records From The Database, Which Method Is To Be Used? |
|
Answer» There is a method called Execute NON Query. This method EXECUTES the Update, Delete etc. This does not RETURN any rows but will give the number of rows AFFECTED.
There is a method called Execute Non Query. This method executes the Update, Delete etc. This does not return any rows but will give the number of rows affected.
|
|