Answer Posted / vaidyanathan r.
ADO.NET consists of the assemblies, types and routines
needed for making connection to database so as to
facilitate the clients(users) with simpler and secured way
of retrival and updating of data residing in the database.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is connected architecture in ado.net?
Which method is used by command class to execute SQL statements that return single value?
Which method is used to sort the data in ADO.Net?
What does ado stand for in ado.net?
How to bind the controls(best practice) comboboxes to the data in the dataset?
What provider ado.net use by default? Explain the role of data provider in ado.net?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
How to load multiple tables into a dataset?
What are the ado.net connection pooling parameters?
What does adodb stand for?
What are datareaders?
What are the differences between OLEDB and SQLClient Providers?
How do you update a dataset in ado.net?
What is the use of data grid?
Can datareader hold data from multiple tables?