Can we connect two dataadapters to same data source using single connection at same time?



Can we connect two dataadapters to same data source using single connection at same time?..

Answer / Deepak Kumar Shivhare

Yes, you can use a single connection object with multiple DataAdapter objects to perform different operations on the same data source simultaneously. Just make sure that each DataAdapter's SelectCommand property points to a unique SQL statement.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is difference between datatable and dataset?

1 Answers  


What is the executescalar method?

1 Answers  


What is the full form of ado.net?

1 Answers  


Diff B/W DataSet vs DataTable

6 Answers   Star Wire,


Which parameter of ConnectionString is used to specify the name of the database?

1 Answers  


Does entity framework use ado.net?

1 Answers  


Explain how do you connect to sql server database without using sqlclient?

1 Answers  


What is read only and forward only in ado.net?

1 Answers  


What are ado.net objects?

1 Answers  


What is azure ado?

1 Answers  


What are advantages of microsoft-provided data provider classes in ado.net?

1 Answers  


Does executenonquery return a value?

1 Answers  


Categories