J
JS
I have a database diagram that normally I would "generate" under the
"database" menu. However, this time the database will be stored as a flat
file in .XML format, based on the database diagram. Is there a way to
generate this in automatically with visio?
For example if I have table "category" in visio with one PK field of
"ID_Cat" it would make an xml like:
<table name="category">
<ID_cat type="primarykey">
</ID_cat>
</table>
....or at least something along those lines, not necessarily exactly like
that .xml.
Any help would be appreciated.
TIA,
-John
"database" menu. However, this time the database will be stored as a flat
file in .XML format, based on the database diagram. Is there a way to
generate this in automatically with visio?
For example if I have table "category" in visio with one PK field of
"ID_Cat" it would make an xml like:
<table name="category">
<ID_cat type="primarykey">
</ID_cat>
</table>
....or at least something along those lines, not necessarily exactly like
that .xml.
Any help would be appreciated.
TIA,
-John