InterviewSolution
Saved Bookmarks
| 1. |
How Does You Call And Execute A Sp In .net? |
|
Answer» USING command object we can EXECUTE a SP. INSTEAD of sql query we have to pass the SP NAME. Using command object we can execute a SP. Instead of sql query we have to pass the SP Name. |
|