Answer Posted / shiva
ACTIVEX DATAOBJECTS FOR .NET:
it is specification for interact with database or XML doc..
4 types obj:
Connection Obj,
Command Obj,
DataReader Obj,
DataAdapter obj......
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain the difference in record set and dataset?
What is sqldatasource?
What are the namespaces used in ado.net for data access?
What is the role of data provider in ado.net?
What are the classes in System.Data.Common Namespace?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
List the 4 common ado.net namespaces?
Where is adodb dll located?
Describe the disconnected architecture of ADO.NET’s data access model.
What is the difference between an ADO.NET Dataset and an ADO Recordset?
What is dbcontext and dbset in entity framework?
What is difference between executequery and executeupdate?
how Sequence to connect and retrieve data from database using dataset?
What is basic use of data view?
What is two way data binding android?