What is ADO .NET and what is difference between ADO and ADO.NET?
Answer Posted / thiyagu.p
ADO : Needs contionous connection to read records.
ADO.NET : It reads entire results and keep it the form of
table. So it never re-connect with DB.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
If we are not returning any records from the database, which method is to be used?
Is ado.net dead?
Do we use stored procedure in ADO.Net?
What are the differences between OLEDB and SQLClient Providers?
What is ado circle?
how we can fire event in databound coulm in datagfrid withot using button?
Command objects uses, purposes and their methods.
What is variable view?
What is basic use of data view?
What is data control techniques?
What are the disadvantages of using datalist?
What are the pre-requisites for connection pooling?
Which is faster datareader or dataadapter?
What is the use of connection object in ado.net?
What is executequery?