What are the three Ado objects?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / raghav mahajan
The three objects are:
1. Connection
2. Command
3. RecordSet
Is This Answer Correct ? | 15 Yes | 1 No |
Answer / ranjeet kumar panda
1. Connection
2. Command
3. RecordSet
ADO provides:
* two objects for managing connections with data sources
(Connection and Command)
*two objects for managing the data returned from a data
source (Field and Recordset)
* three secondary objects for managing information about
ADO (Parameters, Properties, and Errors) .
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sush
1.)Connection object
2.)command object
3.)dataset objet
Is This Answer Correct ? | 6 Yes | 7 No |
Answer / vijay
connection object
command object
datareader object
Is This Answer Correct ? | 2 Yes | 3 No |
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What is the return type of executescalar?
Compare Data Reader & Dataset in ado.net?
What are the major difference between classic ADO and ADO.NET?
If we want to connect to many databases in dataaccess layer such as MSAccess,Sql server,oracle means not to a particular database depends on condition we have to connect to appropriate database in this scenario if we without changing code Ho wdo you handle this situation?
Which object is used to add relationship between two Datatables?
What is the full form of ado.net?
How do I delete a row from a DataTable?
Explain ODP.net
Explain the difference between an ado.net dataset and an ado recordset?
Does ado.net use odbc?
ADO and ADO.NET differences?