VB.NET Datasets
-
HI Everybody! I just want to know what is major difference between a Dataset and reordset. Does recordset object is supported in VB.NET Please help me in finding the answer
-
HI Everybody! I just want to know what is major difference between a Dataset and reordset. Does recordset object is supported in VB.NET Please help me in finding the answer
A recordset is just that, a set of records in a single table. A DataSet can represent multiple tables, with varying records, and relationships between those tables. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
HI Everybody! I just want to know what is major difference between a Dataset and reordset. Does recordset object is supported in VB.NET Please help me in finding the answer
Hai , the major difference is ADO recordset is Connectted DataAccess and a single dimensionsional array to hold datas in 1d array so if you wanna navigate through data ,u need to use movenext,movelast method,BUt in .net is disconnected data access ,The datas are stored in datatable in multidimensionsal array like your database table. so you can navigate the record via simple methods.and dataset is the in memory representation that can hold many tables. you can make relationship bettween table and dataset is in XSD for so you can send through network without marshelling. and you can use ADO recordset objects in .Net with the refernce of MsADo.dll files For more info go to MSDN APril 2003 Ishak Programmer analyst ITI KSA