Convert XML schema to DataSet in VB Express 2008?

M

Marc Hillman

I am using VB Express 2008, and I wish to use XMLDataDocument.

1. I have my data in XML format (.xml)
2. I have created a matching schema file, using the "Create Schema" function
of VB Express 2008 (.xsd)

How do I create a DataSet, at design time, from this schema? I believe I can
do it easily at runtime, but I'd like to bind the dataset to some
DataGridViews, and this is much easier if I have a design time
representation of the datasets. I don't seem to have an XML Designer in VB
Express 2008.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top