RE: ERA model generator

2002-07-16 Thread Cal Evans
10:33 AM To: [EMAIL PROTECTED] Subject: ERA model generator Hello, don't somebody know about an application which allows to create the ERA model of a database using GUI and generate SQL code which makes this model real? eg: GUI: [table1]--[table2] [table1] |-attr1 |-attr2 ... SQL code: cre

ERA model generator

2002-07-16 Thread Dusan Juhas
Hello, don't somebody know about an application which allows to create the ERA model of a database using GUI and generate SQL code which makes this model real? eg: GUI: [table1]--[table2] [table1] |-attr1 |-attr2 ... SQL code: create table1 (table1_id datatype,attr1 datatype1,attr2 datatype2...)