Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataSet Tables Names
Message
From
16/09/2004 14:39:31
 
 
To
16/09/2004 14:12:56
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00943051
Message ID:
00943062
Views:
25
Hi, Bill,

There may be a better way, but the only way I know to do it for multiple table results is the following, after you get the result set back from SQL into a dataset...
MyDataResults.Tables[0].TableName = "myTableOfCustomers";
MyDataResults.Tables[1].TableName = "myTableOfProducts";
If there's a better way to do this, I'd be interested to learn as well!

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform