Answer Posted / monika mudgal
Trigger are events that perform some action.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How will you fill the gridview by using datatable object at runtime?
What Is Difference Between Ado And Ado.net?
What is ado.net and its architecture?
What is ole in excel?
What is a sqldataadapter?
What is a datareader object?
Explain the difference between data reader and data adapter?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
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 does executequery return?
How do you merge 2 datasets into the third dataset in a simple manner?
Explain how to pass multiple tables in datasets simultaneously?
What is the return type of executescalar?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?