RE: Drop drop strongly typed datasets.



Hi,

Does the xml file contains data information or the schema information? If
you get a file with the schema information, you can just paste the schema
to DataSet xsd file. However, we cannot get the schema from the xml data
directly. We can only

1. open the xml data file in VS.NET
2. In the Xml menu, select Create schema.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

.



Relevant Pages