Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What are major difference between classic ADO and ADO.NET
What are major difference between classic ADO and ADO.NET ?
✍: Guest
Following are some major differences between both
? As in classic ADO we had client and server side cursors they are no more
present in ADO.NET. Note it's a disconnected model so they are no more
applicable.
? Locking is not supported due to disconnected model.
? All data persist in XML as compared to classic ADO where data
persisted in Binary format also.
2007-10-24, 5042👍, 0💬
Popular Posts:
How To Get the Minimum or Maximum Value of an Array? - PHP Script Tips - PHP Built-in Functions for ...
How many types of validation controls are provided by ASP.NET ? There are six main types of validati...
What is the difference between CALL_FORM, NEW_FORM and OPEN_FORM? CALL_FORM: start a new form and pa...
What exactly happens when ASPX page is requested from Browser? Note: - Here the interviewer is expec...
How was XML handled during COM times? During COM it was done by using MSXML 4.0. So old languages li...