feature of ADO.Net

Answer Posted / tejas mer

ADO.Net provides the base classes to access the or deal with DataBase.

The classes or namespaces depends on the type of provider we are using (like Sytem.Data.SqlClient for SQL Sever or System.Data.Oracleclient) for Oracle...

It also contains few common classes like
DBConnection
DBCommand to establish connection and execute commands respectively..

Below are the list of the classes widly used from ADO.NEt

DataSet
SQLConnection
SQLCommand
SQLDataAdapter
DataTable
DataView
SQLDataReader


Few methods widly used

DataSet.AcceptChanges();
Dataset.RejectChanges();

DataReader.ExecuteNonQuery();
DataReader.ExecuteScalar();
DataReader.ExecuteReader();


DataAdapter.Fill(DataSet);

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where is adodb dll located?

721


What is ado.net architecture?

677


Which database is the ado.net sql connection object designed for?

813


What do you know about ado.net's methods?

792


How do I delete a row from a DataTable?

777


Which is the feature of ado.net?

736


Which method is used by command class to execute SQL statements that return single value?

765


What is oledb connection?

720


What is the full form of ado.net?

748


What is the difference between data grid and data repeater?

749


What is ado in agriculture?

689


What is microsoft ole db provider for sql server?

654


What is connection string?

727


What are the different layers of ado.net?

747


What is the difference between OLEDB Provider and SqlClient?

719