Re: SQL Server
- From: Steffen Macke <sdteffen gmail com>
- To: discussions about usage and development of dia <dia-list gnome org>
- Subject: Re: SQL Server
- Date: Tue, 18 Oct 2005 12:12:19 +0200
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]