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
What are the advantages using ado.net?
Explain the different row versions available in table?
Define executenonquery?
What is sql connection in ado.net?
What are the different methods available under the sqlcommand class to access the data?
What is ambient transaction?
How can we load multiple tables in a dataset?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What is the difference between statement and preparedstatement interface?
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?
What are all the different authentication techniques used to connect to MS SQL Server?
What is isolation?
What are the connected and disconnected modes in ado.net?
What is the full form of ado.net?
Which control of the BindingNavigator returns the current position within the data source?