Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding new record to DataSets
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00718996
Message ID:
00723391
Views:
14
Just to get the schema of a table I use FIllSchema. Seems to work fine

>In your select statement for retrieving your table from the backend, just add a where clause of "where 0=1". This will pull the table structure but without any data.
>
>>All,
>>
>>How do you fill a dataset for an empty table? I have an example of filling a DataSet and creating a NewRow() for the table and adding it to the table, but if I just want to add a new record, how do I get the DataTable structure so I can add the new record?
>>
>>TIA
>>
>>Rex
Ken Wardwell
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform