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
What is the full form of ado?
What is microsoft ole db provider for sql server?
What is executenonquery ado.net?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are the parameters that control most of connection pooling behaviors?
Explain ado.net features? Benefits? Drawbacks?
What are all features of ADO.Net?
Is entity framework better than ado.net?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What is the significance of CommandBehavior.CloseConnection ?
Explain sqlconnection object?
How to create dynamic gridview?
Explain what are the steps to connect to a database?
How can you add or remove rows from the datatable object of dataset?
What does datareader object do?