FetCh Records No 5 to 10 From Dataset
Answers were Sorted based on User's Feedback
Answer / dinesh
Declaration : SqlDataAdapter da;
Instantiation : Dataset ds = new DataSet();
da.Fill(ds,StartingRecord,EndRecord,tablename);
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / deepak gupta
SqlDataAdapter.Fil;
(DataSet,StartingRecord,EndingRecord,tablename);
| Is This Answer Correct ? | 4 Yes | 2 No |
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 |
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 |
What is the default provider in ado.net?
What are relation objects in dataset and how & where to use them?
What are the different layers of ado.net?
Define isolation?
Sequence to connect and retrieve data from database useig dataset ?
What is the difference between data grid and data repeater?
can we change the data in dataset? if yes what is the process?
What is execute scalar in ado.net?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What is difference between ado.net and asp net?
describe the dataset object in ado.net.
What is the provider and namespaces being used to access oracle database?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)