ADO.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 236 Page Views: 

How can you fill data set with multiple tables?



Posted By: Avi Date: 13 October 2010 05:21:47 PM
 Answer:

Provide two or more queries separated by ; to SqlDataAdapter and use it to fill dataset.


Posted By: avibtech


Date: 13 October 2010 05:21:47 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image zQlCXo
Related Questions
ADO.Net : What provider can you use to access Excel workbook?

What provider can you use to access Excel workbook?

OLEDb
Category: ADO.Net Date: 10/14/2010 6:25:48 PM
ADO.Net : How can you call stored procedure from c# code?

How can you call stored procedure from c# code?

By calling it using SqlCommand object
Category: ADO.Net Date: 10/14/2010 6:15:47 PM
ADO.Net : Does ADO.NET supports paging through a query result?

Does ADO.NET supports paging through a query result?

Yes, DataAdapter.Fill method has option to page results
Category: ADO.Net Date: 10/14/2010 5:33:48 PM
ADO.Net : Can DataReader move backward?

Can DataReader move backward?

No, it’s forward-only
Category: ADO.Net Date: 10/14/2010 5:33:48 PM
ADO.Net : What does the DataContext class do?

What does the DataContext class do?

It’s main entry point for the LINQ to SQL framework
Category: ADO.Net Date: 10/14/2010 3:48:48 PM