What are the three Ado objects?

Answer Posted / jagadeesh

1. Connection
2. Command
3. RecordSet
There is no datareader and dataset.this concept is
belonging to ado.net.

in ado.net if u want recordset,then also u can use using
adodb namespace.

Is This Answer Correct ?    16 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is data access pattern?

491


Why do we use sqldataadapter?

475


Explain the difference between ado and ado.net?

500


What is a sqldataadapter?

522


What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?

523






What is dbcontext and dbset in entity framework?

482


What is data relation?

498


What is connected architecture in ado.net?

515


oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?

1924


What is the default timeout specified for "sqlcommand.commandtimeout" property?

535


What is an ADO.Net?

562


Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?

447


How to store data in memory?

506


If a table contains 20000 records. In a page at each time 100 records to be displayed.

511


What are the namespaces used in ado.net for data access?

476