Riya Walia
|
Posted: Friday 06, February 2015 05:53:14 AM
|
|
What is ADO.Net ??
|
Back to Top
^ |
|
AtanuMaity | Posted: Friday 06, February 2015 05:54:04 AM | | A connection object establishes the connection for the application with the database. The command ob ject provides direct execution of the command to the database. If the command returns more than a si ngle value, the command object returns a DataReader to provide the data. Alternatively, the DataAdap ter can be used to fill the Dataset object. The database can be updated using the command object or the DataAdapter.
| Back to Top ^ | | |
garylinen | Posted: Sunday 22, December 2019 05:54:02 AM | | ADONET is a data access technology from the Microsoft .NET Framework that provides communication bet ween relational and non-relational systems through a common set of components.
Check this. Ado.Net Tutorial
http://csharp.net-informations.com/ado.net/csharp-ado.net-tutorial.htm
| Back to Top ^ | | |
|