Answer Posted / rajeshwari
SqlDataAdapter.Fil;
(DataSet,StartingRecord,maxrecords,tablename);
maxrecords means how many records from starting record.
OleDbDataAdapter1.Fill(DataSet1, 3, 5, "authors")
means from 5 records from 3(4,5,6,7,8 records will be
fetched)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between oledb sql server and oledbdotnet provider?
Is bulk insert faster than insert?
What is ado and rdo?
What is read only and forward only in ado.net?
What is a datagridview?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What does executereader return?
How to pass values into a datatable?
Which is faster datareader or dataadapter?
Give few examples of datareader that is used in different dataproviders.
What are basic methods of dataadapter?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
how can implement dropdownlist in particular of dataset when try to update?
What is the difference between data reader and data adapter?
What is difference between datatable and dataset?