Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


FetCh Records No 5 to 10 From Dataset

Answers were Sorted based on User's Feedback



FetCh Records No 5 to 10 From Dataset..

Answer / dinesh

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

Is This Answer Correct ?    7 Yes 0 No

FetCh Records No 5 to 10 From Dataset..

Answer / deepak gupta

SqlDataAdapter.Fil;
(DataSet,StartingRecord,EndingRecord,tablename);

Is This Answer Correct ?    4 Yes 2 No

FetCh Records No 5 to 10 From Dataset..

Answer / 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

FetCh Records No 5 to 10 From Dataset..

Answer / tiger skumar

DataSet supports to recieve the specfic row with the
starting rows and ending rows.

SqlDataAdapter.Fil;(DataSet,"Sample",StartingRecord,EndingRecord);

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More ADO.NET Interview Questions

Is it possible to load multiple tables in a Dataset?

0 Answers  


What is ado.net in vb net?

0 Answers  


If a table contains 20000 records . In a page at each time 100 records to be displayed. What are the steps u will take to improve performance? will you use dataset or datareader?

7 Answers  


What is the use of sqldatareader class?

0 Answers  


How can you implement sub data grid in a master datagrid?

1 Answers  


What is connection in ado.net?

0 Answers  


What is Debug.write does?

1 Answers  


differences between ADO and ADO.NET

0 Answers   Microsoft,


What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?

0 Answers  


what is the syntax code for oldb to connect oracle?

2 Answers  


What is the difference between an ADO.NET Dataset and an ADO Recordset?

0 Answers  


What is the use of data grid?

0 Answers  


Categories