Answer Posted / shree prakash mishra
1) The structure of typed DataSet is to be decided on the
compile time, its depend on the developer to decide the
structure of the DataSet.
2) Untyped DataSet don't have the defined structure,
according to the data they changed their structure
dynamically and store the data in XML format on the runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is data relation?
What is ado net stands for?
What is the difference between ado.net and oledb?
What are the parameters that control most of connection pooling behaviors?
What is difference between entity framework and ado.net?
How we can provide data to ado.net?
Does sqlclient and oledb class share the same functionality?
Define different execute methods of ADO.NET command object ?
Define the executescalar method?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What is ado or jdbc?
What we do with the object of ado.net dataset after using it?
Which name space is used to get assembly details?
How does ado.net work?
Is datareader faster than datatable?