N
news.microsoft.com
Hi,
I want to save a visio document into a SQL table, as an XML document. The
idea being that an end user can use visio to create a workflow
diagramatticly, and then I can read the workflow from the XML, and apply the
workflow in a vb.net application.
Under visio02, the only way I could see to do it, was to save the file as
xml to the local hard disk, then open the XML disk file, and read the XML
document back, saving it into my SQL server.
Is there an object/method now that will just give me the XML without all
that fuss
I want to save a visio document into a SQL table, as an XML document. The
idea being that an end user can use visio to create a workflow
diagramatticly, and then I can read the workflow from the XML, and apply the
workflow in a vb.net application.
Under visio02, the only way I could see to do it, was to save the file as
xml to the local hard disk, then open the XML disk file, and read the XML
document back, saving it into my SQL server.
Is there an object/method now that will just give me the XML without all
that fuss