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

What does ado stand for in ado.net?

0 Answers  


What is difference between Dataview and Datatable?

0 Answers  


What are major difference between classic ADO and ADO.NET?

2 Answers  


What we do with the object of ado.net dataset after using it?Can we dispose it or can we set it nothing?Is it must or not?

4 Answers   SVI,


We all know that Dataset is purely disconnected architechure, but we also know that we can update the changes made to the dataset can be updated in the backend database. when there is no connection how does the update happedn?

6 Answers   Accenture, FastStream,


What is the significance of CommandBehavior.CloseConnection ?

0 Answers   NA,


What are the advantage of ado.net?

0 Answers  


Which method is used by command class to execute SQL statements that return single value?

0 Answers  


what are types of Dataset ?

6 Answers   HCL,


Why DataReader is Forward Only?

16 Answers   IBM, NIIT,


I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?

0 Answers  


HOW TO FILL GRID VIEW WITH OUT USING SQLDATASOURCE AND PROGRAMING?

4 Answers  


Categories