Re: SQL Server



Hello Olivier,

What are the parameters you've used?
-t sql [filename]

Did you replace [filename] with the actual filename (e.g. sample.sql)?

If I run

dia2code -t sql example1.dia

a file DEFINITION.SQL is created with the following contents:

CREATE TABLE Base(
-- Attributes --
dummy int,
x int);

CREATE TABLE Derived(
-- Attributes --
);

CREATE TABLE PureAbstract(
-- Attributes --
);

Regards,

Steffen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]