1.

Can You Explain The Difference Between An Ado.net Dataset And An Ado Record Set?

Answer»

There two main BASIC differences between record set and dataset:-

  • With dataset you an retrieve DATA from two databases like ORACLE and sql server and merge them in one dataset , with record set this is not POSSIBLE.
  • All representation of Dataset is USING XML while record set uses COM.
  • Record set cannot be transmitted on HTTP while Dataset can be.

There two main basic differences between record set and dataset:-



Discussion

No Comment Found