How to create database from powerdesigner

Iann

New Member
Hello,

iam having a little problem lately. Also iam not experienced admin, so my question might be silly. I created some .CDM file in powerdesigner 12.5, then i generated .PDM file from it (sybase SQL anywhere) and i would like to get this definitions into progress database. So i generated database (.sql file) from this pdm model. I created a clear database using data administration tool and then i started thinking how to import the definition files. I tryed Load data and definitions, but this tool seems to accept only .df files (which i actually dont know how to generate from powerdesigner).

So i would like to ask how to get my scheme from powerdesigner into progress database. Is there any way, or iam doomed to create the tables manualy?:-)

Thanks for answers and have a nice day

Iann
 
I'd start on manual ... It is possible to build tables in OpenEdge databases using SQL statements, but it has a number of hazards and can easily create issues for accessing those tables from ABL. You are much better off creating them using the dictionary and just have done with it.
 
Back
Top