Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Specifying the table name
Message
From
31/01/2006 17:17:17
 
 
To
31/01/2006 16:55:15
Keith Payne
Technical Marketing Solutions
Florida, United States
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
01092068
Message ID:
01092083
Views:
15
>The Fill method only accepts a datatable and tablename in the derived classes (SqlDataAdapter, OleDbDataAdapter, etc..). Is oDataSet one of the derived classes?
>
>Also, to get the full metadata from the provider, call oDataAdapter.FillSchema before retrieving the data. This will give you column lengths, scale, precision, and constraints.

This is what I use now to change the table name:
            ' Adjust to our default name
            oDataSet.Tables("Table").TableName = "Temp"
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform