Answer Posted / sonal rana
Dataset can be typed & untyped.Dataset are typed in vb.net.typed dataset uses information in XML schema file(XSD file).Untyped dataset has no built in schema.Untyped dataset can contain tables,columns,rows,constraints.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
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?
How to store data in memory?
What does ado stand for in ado.net?
What is openrowset?
What is the difference between Dataset. clone and Dataset.copy?
Which parameter of ConnectionString is used to specify the name of the database?
What are all components of ADO.Net data provider?
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 dcl commands?
Explain the difference in an abstract class and an interface?
Define data access layer?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
How to find the given query is optimised one or not?
What is disconnected scenario in entity framework?