Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answer Posted / rahul ecimt
SqlDataAdapter da=new SqlDataAdapter ()
DataSet ds=new DataSet ()
da.Fill(ds)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to store data in memory?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What are the parameters that control most of connection pooling behaviors?
What is the hierarchy of data in databases?
How can we load multiple tables in a dataset?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What is the difference between an ADO.NET Dataset and an ADO Recordset?
What is ado data control?
What does executenonquery () method return?
What is disconnected architecture in ado.net?
List the 4 common ado.net namespaces?
What is ado.net architecture?
What is ado.net objects?
What is fill method in ado.net?