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 to store data in memory?
What is data access pattern?
Which keyword is used to accept variable number of parameters?
What is the default provider in ado.net?
How to pass values into a datatable?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
What are dataproviders?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What is difference between connected and disconnected architecture in ado.net?
Explain the two fundamental objects in ado.net?
Is ado.net dead?
What is data view and variable view?
How do I delete a row from a DataTable?
What providers does Ado.net uses?
Why do we serialize data?