What is dataset and tell about its features. What are
equivalent methods of previous, next etc. Of ADO in ADO.NET ?
Answer / vaidyanathan r.
Dataset is a collection of Datatables along with their
relations. Dataset is the copy of part/full of the actual
data base stored in the application during execution for
data manipulations.
And there is no equivalent methods to previous and next
methods of ADO as each table is treated as a seperate
objects inside the Dataset. However a particular record can
be retrieved by the "Rows" property of the Data Table.
Eg: DataRow dr = DataSet1.Tables[<TableIndex>].Rows
[<RowIndex>]
| Is This Answer Correct ? | 0 Yes | 1 No |
Can we connect two dataadapters to same data source using single connection at same time?
What is a datareader object?
What is @@rowcount and with small code snippet explain the usage?
Is entity framework better than ado.net?
What are the benefits of using of ADO.NET in .NET 4.0?
Explain ado.net features?
How to insert multiple records in asp .net from Gridview to Sql Database with out using loop condition ?
What is aggregating data ?
Do you use stored procedure in ado.net?
How to maintain the relation between two tables in ADO.NET?
0 Answers Petranics Solutions,
What is the Magic Tables in Sqlserver2000?
What are the advantages and disadvantages of using datalist?
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)