Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Attach a DataTable to a DataSet
Message
From
14/03/2005 09:59:57
 
 
To
13/03/2005 18:05:04
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
Environment:
C# 1.1
OS:
Windows 2000 SP4
Network:
Windows NT
Database:
MS SQL Server
Miscellaneous
Thread ID:
00995022
Message ID:
00995471
Views:
16
Thanks Bonnie. It work, except that the table created in the DataSet can't be bounded to my combobox because the field names don't appear to be there. Must I define my table in the DataSet before importing the XML or is there a way to send back the XML and the XSD together from my BO?

>Yeah, examples of this don't seem to be easy to find, but it's quite easy to do:
>DataSet oData = new DataSet();
>StringReader sr = new StringReader(XML);
>oData.ReadXml(sr, XmlReadMode.InferSchema);
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform