Hi! Just want to know if a SQL-Code ist to be generated out of the ER-Model. I was expecting something like "create table [table_name] + column definition" + PK and FK constaints + Indexes. what I get now is an incomplete statement like -- -- TABLE: varchar -- CREATE TABLE varchar ( ); any hints -- -- cu ferdinand