What is the difference between Dataset and Recordset?
Answer Posted / rahul
1) With Data set you can retrive data from database like
oracle and SQL Server and manage them in one dataset, with
recordset this is not possible.
2) All representation of Dataset is using XML while
recordset uses COM.
3) Recordset can not be transmitted on HTTP while Dataset
can be
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What are different types of jit ?
What is the difference between custom control and user control?
What is a literal control?
Explain the use of console application?
Explain code security?
What is the main use of a namespace?
Name some of the keywords used in vb.net?
Explain the difference between vb.net and c#, related to oops concepts?
Explain the difference between c# and vb.net?
How to create a constant in vb.net?
Explain jagged array in vb.net?
What is the feature which is common to all .net languages?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate