Book a Demo

Author Topic: Gennerate DDL  (Read 3554 times)

vital

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Gennerate DDL
« on: August 07, 2002, 12:02:40 pm »
I am trying to generate DDL for SQLSever 7, using EA 3.10.500. The script looks good except it has no table name in it.

e. g.

CREATE TABLE  (
col1 int NOT NULL,
col2 int NOT NULL,
col3 varchar(100) NOT NULL,
col4 varchar(255) NOT NULL,
col5  int)
;

Also is it possible to generate script for multiple tables in one file?

Thanks for your help.

sparks

  • EA Administrator
  • EA User
  • *****
  • Posts: 691
  • Karma: +4/-2
    • View Profile
Re: Gennerate DDL
« Reply #1 on: August 08, 2002, 04:27:45 am »
Hello,

We have just uploaded build 501 which has this problem fixed, we apologise for the inconvenience it may have caused.

Paul Mathers