About ADO and its objects ?



About ADO and its objects ?..

Answer / 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

More ADO.NET Interview Questions

Explain the advantage of ADO.Net?

0 Answers  


Give an example that shows how to execute a stored procedure in ado.net?

0 Answers  


make a login control??

1 Answers  


How to check if a datareader is closed or opened? IsClosed()

0 Answers  


Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.

0 Answers  






Is it possible to load multiple tables in a Dataset?

0 Answers  


How to you declare connection strings and how to you make use of web.config ?

3 Answers   MMTS,


What is the difference between ado.net and oledb?

0 Answers  


What are the various methods provided by the DataSet object to generate XML?

0 Answers  


What does sqldatareader return?

0 Answers  


What is namespace in ado.net?

0 Answers  


What do you mean by performing asynchronous operation using command object?

0 Answers  


Categories