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
What are the core objects of ADO.NET?
What is read only and forward only in ado.net?
What is the return type of executescalar?
What is ado or jdbc?
Which is better ole db or odbc?
Which database is the ado.net?
What is different between sqlcommand object and command behavior object?
How to create data relations?
How to pass multiple tables in datasets simultaneously?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
Why edit is not possible in repeater?
What is ado full form?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What is the use of SqlCommandBuilder?
Explain executenonquery?