Difference between ADO and ADO.net ?
Answer Posted / c.ranadeepreddy
1.ado is server based technology?
2.ado is user control process?
3.ado is object oriented?
4.ado is COM based library?
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
Can we do database operations without using any of the ado.net objects?
What you mean by filtering of data?
What are datareaders?
What is ole used for?
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 ado object model?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
What is the difference between SqlCommand and SqlCommandBuilder?
What is an orm, and why would you use one instead of plain old ado.net?
What are all the commands used with Data Adapter?
how Sequence to connect and retrieve data from database using dataset?
Explain what is datagrid with an example?
What is defaultview in datatable?
What is the use of Dataview?
How can I retrieve two tables of data at a time by using data reader?