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.
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.