visio html and database connectivity.

G

Guy Baeten

Hi,

I have converted a visio drawing to html and I would like to know if it is
possible to dynamicaly update de properties of the shapes. The data would be
insurted in a database and on regularly bases changed.
So, is it possible that, if data changes in the database, that it
automatically also changes in de properties of the shapes on the website ?

PHP and MySql (or any other) is not an option.

Thanks for the help and replies,

Guy
[email protected]
 
C

Chris Roth [ Visio MVP ]

Check the files created with the Save As Web output. Amid all the icons and
junk, I believe there is an XML file with custom properties. (data.xml)

You can probably update this via DB somehow.

Of course, your drawing will then be out of synch....

--

Hope this helps,

Chris Roth
Visio MVP
 
Top