Hi!!
I´m testing your tool and I think it´s great!! My first tries included foreign keys and on cascade restrictions and everything was ok ;)
1.- I get the script witout "return" so I have edit it in order to make it work properly... For example, I get this script: create table dbo.[Table2] () go create table dbo.[Table1] () go
and I have to replace with: create table dbo.[Table2] () go create table dbo.[Table1] () go
2.- DataTypes: - smallint is recognised as SHORT (does not exist) - date is recognised as DATETIME instead of DATE - time is recognised as DATETIME instead of TIME
Can you help to fix them?
I´m using visio 2003, and explorer 7 to render the xml, very thanks !!! Regards, Ruben.
|
|