FetCh Records No 5 to 10 From Dataset

Answer Posted / dinesh

Declaration : SqlDataAdapter da;
Instantiation : Dataset ds = new DataSet();
da.Fill(ds,StartingRecord,EndRecord,tablename);

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the parameters that control most of connection pooling behaviours?

566


What is row state?

519


Explain executenonquery?

547


What are the disadvantages of using datalist?

499


What are the ado.net connection pooling parameters?

457






What is the difference in record set and dataset?

515


What is dbcontext and dbset in entity framework?

482


What is DataReader Object?

588


Explain how to pass multiple tables in datasets simultaneously?

490


What is the usage of the dataset object in ado.net?

481


What is a column variable?

497


Is it possible to load multiple tables in a Dataset?

522


Explain what are the steps to connect to a database?

488


Give an example of a .net application which connects to microsoft access database using ado.net classes.

580


How to add an aggregate column?

524