|
Provide two or more queries separated by ; to SqlDataAdapter and use it to fill dataset.
|
Category:
ADO.Net
|
Date:
10/13/2010 5:21:47 PM
|
|
|
|
Yes
|
Category:
ADO.Net
|
Date:
10/13/2010 4:29:48 PM
|
|
|
|
XslTransform is newer, faster and have more options and should be used
|
Category:
ADO.Net
|
Date:
10/13/2010 4:29:48 PM
|
|
|
|
DataContext db = new DataContext(“connection string”);
Table<Orders> Orders = db.GetTable<O....
|
Category:
ADO.Net
|
Date:
10/13/2010 2:34:47 PM
|
|
|
|
DataContext db = new DataContext(“connection string”);
Table<Customer> Customers = db.GetTable....
|
Category:
ADO.Net
|
Date:
10/13/2010 12:07:48 PM
|
|
|