Difference between ADO and ADO.net ?
Answer Posted / wubetu
#11 ADO is always used to create a single table by using
recordset only and ADO is also always connection oriented
programming language.
ADO.NET is used to create multible tables by using objects
of the dataset and also it is both connection oriented and
disconnected fashion
.ADO.NET is used for .net programming languages etc.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you update database through dataset?
How to store data in memory?
What is microsoft ado.net?
Difference between sqlcommand and sqlcommandbuilder?
Which control of the BindingNavigator returns the current position within the data source?
What is the difference between connected and disconnected environment?
What is the difference between sqlcommand and sqldataadapter?
What is ado.net objects?
What is ado and rdo?
What is ado object model?
What is the difference between statement and preparedstatement interface?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is an ado connection?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
How would you connect to database using .NET?