ADO and ADO.NET differences ?

Answers were Sorted based on User's Feedback



ADO and ADO.NET differences ?..

Answer / anu1983_mca@yahoo.co.in

ADO is a connected architecure
ADO using recordset
ADO.net is a disconnected architecture
ado.net using dataset

Is This Answer Correct ?    5 Yes 0 No

ADO and ADO.NET differences ?..

Answer / guest

To compare ado.net is very fast to compare ado.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

Define the data provider classes that is supported by ado.net?

0 Answers  


What is the default timeout specified for "sqlcommand.commandtimeout" property?

0 Answers  


What is an orm, and why would you use one instead of plain old ado.net?

0 Answers  


What does ado stand for in ado.net?

0 Answers  


What are the connected and disconnected modes in ado.net?

0 Answers  






I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?

0 Answers  


If we want to connect to many databases in dataaccess layer such as MSAccess,Sql server,oracle means not to a particular database depends on condition we have to connect to appropriate database in this scenario if we without changing code Ho wdo you handle this situation?

4 Answers   Honeywell,


What are all the different methods under sqlcommand?

0 Answers  


What is the use of SqlCommand object?

0 Answers  


What is sqldatareader in ado.net?

0 Answers  


Can you edit data in the Repeater control?

9 Answers  


How to sort the data in Datatable

2 Answers   NetProphet,


Categories