![]() 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 ... ADO.NET Does Not Depend On Continuously Live ConnectionsDatabase Interactions Are Performed Using Data CommandsData Can Be Cached in DatasetsDatasets Are Independent of Data SourcesData Is Persisted as Latest Answer : ado.net uses dataset for accessing the data , since the dataset is created in client side there is no need of connection at the time of working on dataset ,to the server(where the database is present), so this makes the data accessing ... 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 ... What is the Best Practice for binding Controls [Data in the data grid is to be binded with the controls of some form ] ? Latest Answer : Control which drives from BaseDataBoundControl Class Serves as the base class for controls that bind to data using an ASP.NET data source control. ... Read Answers (1) | Asked by : neelu 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
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||