Answer Posted / sudha
trigger is stored procedure it execute the one event
when another event is happenning for example it can do the
insert operation as well as select operation.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Does ado.net use odbc?
What is an ADO.Net?
Explain the difference between data reader and data set?
Explain the various objects in dataset.
What is data reader in ado.net?
What is the functionality of data provider in ado.net?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What are the difference between readonly vs. Const?
What is microsoft ado.net?
What is the advantage of ado.net?
What is the difference between ADO and ADO.Net?
What is the use of connection object in ado.net?
What is difference between Dataview and Datatable?
How to work with disconnected data - the dataset and sqldataadapter?
What is difference between sqldatareader and sqldataadapter?