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 disconnected data?
What is the use of connection object in ado.net?
Define ado.net?
Which name space is used to get assembly details?
What is openrowset?
What is the difference between the clone() and copy() methods of the dataset class?
What are typed and untyped dataset?
What is data access pattern?
how we can fire event in databound coulm in datagfrid withot using button?
What is a string variable?
Which architecture does Datasets follow?
Does executenonquery return a value?
What is DataReader Object?
What does ado stand for in ado.net?
What is DataRowCollection?