What is dataset and tell about its features. What are equivalent methods of previous, next etc. Of ADO in ADO.NET ?
1 5325
How can we add/remove row's in "datatable" object of "dataset"?
What are the Data providers in ADO.Net?
How can we save all data from dataset?
How do you implement locking concept for dataset?
What are datareaders?
Which is faster sqldataadapter and sqldatareader?
What is ado.net in vb net?
How can we check that some changes have been made to dataset since it was loaded?
What are the pre-requisites for connection pooling?
What are the advantages using ado.net?
What do you mean by ‘batch updates’?
What is the difference between the clone() and copy() methods of the dataset class?
Which provider is used to connect ms access, oracle, etc…?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
Can we do database operations without using any of the ado.net objects?