Answer Posted / mithun
ADO.NET provides access to data sources such as SQL. The application can use ado.net to connect to data sources to retrieve, manipulate and update data.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is typed dataset ?
What are the ado.net objects?
What is ado net stands for?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
Which method is used to sort the data in ADO.Net?
What is the difference between the clone() and copy() methods of the dataset class?
What is sql connection in ado.net?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
Is it possible to edit data in Repeater control?
What are the different execute methods of Ado.Net?
What are all features of ADO.Net?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
What is the difference between executenonquery () and executescalar ()?
What are the advantages and disadvantages of using datalist?
What is ado.net in vb net?