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:
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
✍: Guest
There two main basic differences between recordset and dataset
? With dataset you an retrieve data from two databases like oracle and sql
server and merge them in one dataset , with recordset this is not possible
? All representation of Dataset is using XML while recordset uses COM.
? Recordset can not be transmitted on HTTP while Dataset can be.
2007-10-24, 5302👍, 0💬
Popular Posts:
What is the benefit of using an enum rather than a #define constant? The use of an enumeration const...
How was XML handled during COM times? During COM it was done by using MSXML 4.0. So old languages li...
What’s the difference between Unit testing, Assembly testing and Regression testing? Unit testing is...
How to create arrays in JavaScript? We can declare an array like this var scripts = new Array(); We ...
How do you target a specific frame from a hyperlink? Include the name of the frame in the target att...