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
How we can provide data to ado.net?
What is a dynaset in access?
What are the data providers used in ado.net
Which is the best method to get two values from the database?
What is an orm, and why would you use one instead of plain old ado.net?
How do I delete a row from a DataTable?
How to check if the Dataset has records ?
Which parameter of ConnectionString is used to specify the name of the database?
What do you mean by ‘batch updates’?
Which is better entity framework or ado.net?
How can we save all data from dataset?
How to connect and retrieve data from database using dataset
What is ole data type?
Explain which name space is used to get assembly details?
Is ado.net dead?