Cursor and Triggers in Asp.Net web application |
|
Answered By
Moderator1
on
12/16/2009 8:07:32 PM |
|
|
|
|
Hi,
Cursors and Triggers cannot be directly used in Asp.Net web applications. Both are database components, as Cursors is used inside Stored Procedure and Triggers can be used with any Data Manipulation Language functionalities.
Check the below url for more information,
Cursors: http://msdn.microsoft.com/en-us/library/ms180169.aspx
Triggers: http://msdn.microsoft.com/en-us/library/ms189799.aspx |
|
|
|