Answer Posted / ankit
ADO has the recordset and connected archtecture where as
ADO.net has disconnected archtecture and DATASET
Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
What are basic methods of dataadapter?
Why do we need ado.net?
What is the use of data grid?
How do you update a dataset in ado.net?
What DataReader class do in ADO.NET ?
What is the purpose of using adodb?
Is it possible to edit data in Repeater control?
What are the steps to connect to a database?
What is a column variable?
What is the executescalar method?
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?
What is the difference between statement and preparedstatement interface?
Explain which name space is used to get assembly details?
What is the advantage of ado.net?
How to pass values into a datatable?