Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VB.Net Get Table Name Off DataSet
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
VB.Net Get Table Name Off DataSet
Miscellaneous
Thread ID:
01399330
Message ID:
01399330
Views:
287
This works in C#.
string TableName = DS.Tables[0].TableName;
Dim Table As String
Table = DS.Tables[0].TableName
In VB I get a compilation error "Value of type 'System.Data.DataTableCollection' cannot be converted to 'String'"

How do I get the name of a table off of a dataset?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform