Answer Posted / deepak kumar jena
There are two types of Dataset provided by .NET.
1:- Typed Dataset
2:- Untyped Dataset
Typed Dataset:- This type of dataset allows XML data.
Untyped Dataset:- This type of dataset does not allow XML data
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What does executenonquery () method return?
What is untyped dataset?
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 is the difference between data grid and data repeater?
Give few examples of datareader that is used in different dataproviders.
Which is faster sqldataadapter and sqldatareader?
What is ado net stands for?
What is a datareader object?
What you mean by filtering of data?
How can you add or remove rows from the datatable object of dataset?
What is defaultview in datatable?
What is difference between executenonquery and executequery?
How is it possible to get 2 tables of data at a time by using data reader?
What is connection string?
Give an example of a .net application which connects to microsoft access database using ado.net classes.