Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check if a table exist in a dataset
Message
From
28/10/2002 07:15:15
Christian Cote
Les Logiciels Onoma Inc.
Longueuil, Quebec, Canada
 
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Check if a table exist in a dataset
Miscellaneous
Thread ID:
00715973
Message ID:
00715973
Views:
52
HI,
I want to fill a atble from specific data based on a parameter. Since the table will contains many queries values, I need to clear it before I use it again. The code I am using is :

if (MyDataset.Tables.Contains("MyTable"))
{
MyDataset.Tables["MyTable"].Clear();
}

The problem is that even if MyTable exists in the dataset, the program never enter the if because it seems that the if condition is wrong.

Is that right?

Thank you for your help,
Christian
Next
Reply
Map
View

Click here to load this message in the networking platform