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
Describe the disconnected architecture of ADO.NET’s data access model.
Why do we serialize data?
What is ado oledb and odbc?
What are all the different methods under sqlcommand?
Define atomicity?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is bubbled event can you please explain?
How can we save all data from dataset?
How to Read, Add, Update and Delete record in Entity Framework ?
Which is better ole db or odbc?
What are the core objects of ADO.NET?
What is sqldatareader in ado.net?
Define table relations?
What are the different methods available under the sqlcommand class to access the data?
Which is faster ado.net or linq?