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 would you connect to a database by using .NET?
What is the default Timeout for SqlCommand.CommandTimeout property?
Which database is the ado.net?
What is difference in record set and dataset?
What is difference between datatable and dataset?
What is ado.net tutorial?
How will you fill the gridview by using datatable object at runtime?
What is aggregating data ?
What is difference between dataset and datatable?
Is datareader faster than datatable?
Explain the differences between oledb sql server, oledbdotnet provider?
What is defaultview in datatable?
Explian About DataAdapters
What is ado.net components?
What is ado.net object model?