J
jamesrees
Hi,
I'm trying to create table DML from the raw XML .vdx file created by visio
for a database model diagram template.
I can easily find the table & column names in the XML but can't find the
column type or size (datetime, bigint, varchar(255), etc).
I know SQL can be generated & this could be used - but I want to bypass this
and go straight from the raw XML to the format I want.
Anyone know where the data I need is stored in the XML?
Thanks.
James.
I'm trying to create table DML from the raw XML .vdx file created by visio
for a database model diagram template.
I can easily find the table & column names in the XML but can't find the
column type or size (datetime, bigint, varchar(255), etc).
I know SQL can be generated & this could be used - but I want to bypass this
and go straight from the raw XML to the format I want.
Anyone know where the data I need is stored in the XML?
Thanks.
James.