![]() Related Questions Recordset provides data one row at a time.Dataset is a data structure which represents the complete table data at same time.Recordset has the logic to update and manipulate dataDataset is just a data store Latest Answer : Recordset is the Read only & forward only mechanism. But Dataset is the Editable. Recordset is connection oriented and Dataset need connection once to dump the data from the data base. Dataset holds more than one table at a time but recordset holds only ... Latest Answer : The achive the best performance in databiding always use Dim _Li as ListItemWhile _Reader.Read() _Li=new ListItem(_Reader(1),_Reader(0)) _dropdownList.Items.add(_Li)End WhileYou can check with performance counter to check in real. CheersSanjarniyazi.khan@gmail.com ... Latest Answer : With normal dataset you have to always have in mind the schema of your source of data.Typed dataset are a generated class derived from the dataset and in which every thing from the schema is included in the types generated. So when you use the typed dataset, ... Read Answers (6) | Asked by : Sanjiv Sharma Latest Answer : contd...A newly created DataRow has its RowState set to Detached until it is added to the DataRowCollection via the DataRowcollection::Add method. The RowState is initialized to Added until the DataRow::AcceptChanges method is called, at which ... Imports System.Data.SqlClientPublic Class Form1Dim cn As New SqlConnection("server=.;database=atten;uid=sa;pwd=sa;")Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Latest Answer : Column Name do not allow numeric values.choose Charecters. ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||