Answer Posted / naresh
Trigger is just like a storedprocedure but the only
difference is it is automatically call when the event ocour
or fire.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What are the data access namespaces in .NET?
How do you update database through dataset?
What is the difference between Data adaptor and Data set?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
Which ado.net object is very fast in getting data from the database?
What is a dataview?
What is the use of connection object in ado.net?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
Where is adodb dll located?
What is ado oledb and odbc?
Explain how to pass multiple tables in datasets simultaneously?
Define different execute methods of ADO.NET command object ?
Explain the difference in record set and dataset?
What is the difference between executenonquery () and executescalar ()?
Define ado.net?