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, 5300👍, 0💬
Popular Posts:
How To Dump the Contents of a Directory into an Array? - PHP Script Tips - Working with Directoris a...
Can you explain in GSC and VAF in function points? In GSC (General System Characteristic) there are ...
In C#, what is a weak reference? Generally, when you talk about a reference to an object in .NET (an...
Can you explain in brief how can we implement threading ? Private Sub Form1_Load(ByVal sender As Sys...
How To Process Query Result in PL/SQL? - Oracle DBA FAQ - Introduction to PL/SQL You can run queries...