Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answer Posted / debasis
DataAdapter.Fill(ds);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how can we load multiple tables in to dataset?
What is the difference between oledb sql server and oledbdotnet provider?
Give an example that shows how to execute a stored procedure in ado.net?
Explain the various objects in dataset.
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
How do you merge 2 datasets into the third dataset in a simple manner?
How would you connect to database using .NET?
What are the essential features of ado.net?
What is different between sqlcommand object and command behavior object?
How do I delete a row from a DataTable?
What is the difference between executequery and executenonquery?
Which keyword is used to accept variable number of parameters?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
Define isolation?
What is execute reader in ado.net?