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
What does executenonquery () method return?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
Which database is the ado.net sql connection object designed for?
What is bubbled event can you please explain?
What is data control techniques?
What is the difference between the clone() and copy() methods of the dataset class?
Define Execute Reader?
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?
describe the dataset object in ado.net.
What is the default timeout specified for "sqlcommand.commandtimeout" property?
Can we connect two dataadapters to same data source using single connection at same time?
What connected data?
What is microsoft ado?
What are the ado.net components?
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?