FetCh Records No 5 to 10 From Dataset

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


Please Help Members By Posting Answers For Below Questions

What is disconnected data?

758


What is the use of connection object in ado.net?

754


Define ado.net?

785


Which name space is used to get assembly details?

691


What is openrowset?

678


What is the difference between the clone() and copy() methods of the dataset class?

750


What are typed and untyped dataset?

743


What is data access pattern?

657


how we can fire event in databound coulm in datagfrid withot using button?

731


What is a string variable?

637


Which architecture does Datasets follow?

771


Does executenonquery return a value?

692


What is DataReader Object?

761


What does ado stand for in ado.net?

669


What is DataRowCollection?

816