Executing Custom DDL Scripts

Execute the DDL script in Interactive SQL and create database objects in the ASE database. These instructions apply to UNIX and Linux platforms.

Prerequisites

If the ASE server is not running, start it.

Task
  1. At the operating system prompt, enter:
    isql -Sserver_name -Uuser_name -Ppassword -iase_ddl.sql -ologfile
    
  2. PowerDesigner will prompt you in one of the two ways:
    • If PowerDesigner prompts you save the current workspace, click No
    • If PowerDesigner prompts you to save the model, click Yes to save the modified model.
    • Otherwise, click No.
  3. Check the log file for errors.