Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answers were Sorted based on User's Feedback
Answer / swapna
use the Fill method of the DataAdapter control and pass the
dataset object as an argument to load the generated data.
| Is This Answer Correct ? | 23 Yes | 2 No |
Answer / francis
use the Fill method of the DataAdapter control and pass the
dataset object as an argument to load the generated data.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / pushpendra singh
Use Fill() method of DataAdapter class and pass the object
of dataset as an argument to load the generated data.
\\DataAdapter da=new DataAdapter();
\\DataSet ds=new DataSet();
da.Fill(ds);
| Is This Answer Correct ? | 7 Yes | 0 No |
What is difference between Dataview and Datatable?
what is the criteria of selection in sbi interview?
1 Answers BCS, State Bank Of India SBI,
What is ambient transaction?
Is entity framework better than ado.net?
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?
Does executenonquery return a value?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What are the major challenges in accessing data from a database?
ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a part of ADO.NET. How is it possible?
What is ODP.NET?
What are the main differences between classic ado and ado.net?
Execute nonquery returns no. of afected rows.So if my stored procedure hav lot of select stmnt, delete stmnt, insert stmnt..then what does execute nonquery returns in this case?
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)