Executing DDL Scripts for the ASE Database

Execute the DDL script in Interactive SQL and create database objects in the ASE database.

Prerequisites

Start the ASE server if it is not running.

Task
  1. In a command prompt, enter:
    isql -S <server_name> -U <user_name> -P <password> -i <ase_ddl.sql file> -o <log_file>
  2. PowerDesigner prompts:
    • To save the current workspace. Click No
    • To save the (modified) model. Click Yes or No.
  3. Check the log file for errors.