Answer Posted / prakash
Not Sql ADO Object Model Only.But ADO.Net has the following
methods also
1.OLEDBProvider
2.SQLProvider
3.ODBCProvider
the above all has the Connection,Command,Data Reader, Data
Set, Data Adapter Also.So Finally List Only Common Object
Models , They are
1. Connection Objects
2. Command Objects
3. DataReader Object
4. DataSet Object
5. DataAdapter Object
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Is ado.net dead?
Which is better ole db or odbc?
What is bubbled event?
Define the data provider classes that is supported by ado.net?
What are the 3 major types of connection objects in ado.net?
What does executequery return?
How can we check that some changes have been made to dataset since it was loaded?
What does sqldatareader return?
What is ole in vb?
What are all the commands used with Data Adapter?
Why is it important to close an ado.net application?
What are ado.net objects?
Define Execute Scalar?
What is ado.net components?
Which parameter of ConnectionString is used to specify the name of the database?