Book a Demo

Author Topic: DDL for added database  (Read 1950 times)

peluett

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
DDL for added database
« on: February 23, 2006, 07:46:01 am »
Hello,
in this forum I the beginner.
I have added database SQLBase (Gupta) to the project and have create some tables. Now I generate DDL. There are tree effects.
- the CommentLevel is NONE, but in the script stand the table comment
COMMENT ON TABLE REPORT
   IS 'My Note.'

- in each columne definition stand the keyword "DEFAULT"
- there is a blank line between the definition and the SQL Terminator
CREATE TABLE REPORT (
TOPIC VARCHAR(25) DEFAULT  NOT NULL,
NAME VARCHAR(150) DEFAULT  NOT NULL,
LINK VARCHAR(250) DEFAULT  NOT NULL,
SYSTEM CHAR(5) DEFAULT  NOT NULL,
EXPORTART VARCHAR(25) DEFAULT
)

/

I have look for DDL transformation in this forum, but i can find a way for the problem.

thank you for your assistance
peluett

thomaskilian

  • Guest
Re: DDL for added database
« Reply #1 on: February 23, 2006, 01:14:11 pm »
I can't help much with Gupta, but a) DDL generation is not configurable and b) check the table attributes (columns) frame since it contains a lot of flags you might want to set. Also check that the language for the table is set to you database.