Answer Posted / parvez borkar
Typed Dataset provide compile time type checking. Also it
provides the names of the Columns of the types we are using
for that typed data set. This is something we dont get in
the normal datasets.
| Is This Answer Correct ? | 20 Yes | 7 No |
Post New Answer View All Answers
How to identify the updated rows in a dataset?
Which provider is used to connect ms access, oracle, etc…?
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?
Explain what are the steps to connect to a database?
What is typed dataset ?
Give an example that shows how to execute a stored procedure in ado.net?
Explain what are acid properties?
What are all components of ADO.Net data provider?
What are the Data providers in ADO.Net?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What are the key features of ado.net?
Does executenonquery return a value?
Explain the namespaces in which .net has the data functionality class.
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?