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 read only and forward only in ado.net?
What is ado asp?
Explain the different row versions available in table?
Which is the best method to get two values from the database?
What is a non query?
types of Store procedure in Sqlserver2000?
What is aggregating data ?
What is Serialization in .NET? what are the types of Serialization?
What are the parameters that control most of connection pooling behaviors?
What are different types of Commands available with DataAdapter ?
What are the data access namespaces in .NET?
How can I retrieve two tables of data at a time by using data reader?
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)