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, 4711👍, 0💬
Popular Posts:
Which is the best place to store ConnectionString in Dot Net Projects? I am about to deploy my first...
How To Get the Last ID Assigned by MySQL? - MySQL FAQs - Managing Tables and Running Queries with PH...
How do we access attributes using “XmlReader”? Below snippets shows the way to access attributes. Fi...
How is the MVC design pattern used in Struts framework? In the MVS design pattern, there 3 component...
How To Retrieve the Count of Updated Rows? - Oracle DBA FAQ - Working with Database Objects in PL/SQ...