Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
318 views

Inheritance in CDM/LDM models in PowerDesigner 15.3?

I downloaded PowerDesigner 15.3's trial version, and I want to build a Logical Data Model of a database. The problem is that this database must use inheritance heavily, and I can't find a way to build ...
3
votes
2answers
566 views

Sybase PowerDesigner Change Many (Find/Replace/Convert) Data Item's Data Types

I have a relatively large Conceptual Data Model in PowerDesigner. After generating a Physical Data Model and seeing the DBMS data types, I need to update all of data types(NUMBER/TEXT) for each data ...
2
votes
3answers
1k views

How can I create a model in Powerdesigner which can generate create script for different database?

I just want to create the model once, and then use it in any kind of database, without the need to modify the model. What I should do with the data type ? I found there is numeric and other kind of ...
1
vote
1answer
74 views

powerdesigner how to show table and field's code in diagram

I want powerdesign show table and field code(not noly their name) in diagram,how to set it? in this pic it only can display their name. code were hiden.
1
vote
1answer
57 views

How to hide the symbol number on PowerDesigner?

In Sybase PowerDesigner, when designing an UML diagram that takes 2 copies/instances of the same XXXX object (ie. objects), the application adds a number identifier like "XXXX : 2" to that symbol. Is ...
1
vote
1answer
66 views

PowerDesigner - vbs script to run other scripts

I have a few PowerDesigner 15 vbs scripts that perform various cleansing/transformation tasks on physical data models. I'd like to be able to run all of them at once rather than one at a time ...
1
vote
1answer
273 views

How to specify a database schema in PowerDesigner

I want to export my model to a PostgreSQL database. If I do so as is, the objects are built in the Public schema, because the model doesn't specify a schema, and Public happens to be the default. ...
1
vote
3answers
1k views

how to model this database relationship? (sybase powerdesigner)

I'm doing a conceptual model in Sybase PowerDesigner. The restriction is following: One doctor can work in only one office at a time during his working time (shift). I guess Doctor - Office ...
1
vote
1answer
796 views

PowerDesigner - Prevent DB name to be uppercase in generated SQL

I am currently beginning playing around with PowerDesigner and its logical data model (PDM). I have managed to create some entities/tables, columns, etc fine and the case in the generated SQL (to ...
0
votes
0answers
9 views

Why shortcut to a decision is not supported in powerdesigner 15.x UML activity diagrams?

Powerdesigner comes with a nice feature called shortcut to objects. Unfortunately, the shortcuts are not supported for decision objects in UML activity diagrams. Can someone tell me why this is not ...
0
votes
1answer
19 views

Advantage Database ERD, from existing database.

Anyone aware of any tool which I can use to get ERD for existing advantage database? I am messing around with Advantage Data Architect but unable to find any option for ERD. I have also tried ...
0
votes
1answer
57 views

PowerDesigner (Database design) - add PK to cross-reference table

i would like to know how to add PK to cross - reference table which is created from converting Conceptual Model to Physical Model and associate it with other table as FK. Conceptual Model ...
0
votes
1answer
16 views

How to change the default naming style of component instances in PowerDesigner 15.x?

By default, when dragging existing components into different PowerDesigner models (e.g. deployment), the component instance is named as ComponentInstance_X where X is an incremental counter. How can I ...
0
votes
1answer
51 views

PowerDesigner to Doctrine

I would like to know if is it possible to generate classes,xml or yaml using powerdesigner for doctrine? or is there any other database modeling software which allow me generate? Thanks!
0
votes
1answer
1k views

How to generate SQL tables from ER diagram in Power Designer 15?

I want to generate Sql tables from ER diagram in Powerdesigner ,but ,I don't know how can i do that? Which Tools i should use?
0
votes
1answer
71 views

Polymorphism association in Sybase PowerDesigner

I want to make polymorphism between 4 Entities in Sybase PowerDesigner tool, but there is no explanation how to do this in conceptual data model. Can you help me with this?
0
votes
1answer
66 views

Ternary Relationship

how can i make ternary relationship using power designer??
0
votes
0answers
100 views

ternary relationship at Power Designer [closed]

Possible Duplicate: Creating a Ternary Relationship Please I want to know how to draw a ternary relationship between 3 tables at power designer
0
votes
1answer
172 views

Creating a Ternary Relationship

How can I make ternary relationship using power designer?
0
votes
1answer
450 views

Class Diagram in PowerDesigner 15 and C# 3.0 Properties

I am using PowerDesigner 15 and I want the generated code preview of each class designed to be using C# 3.0 Properties, not attributes and a "set_Att get_Att" of java! How can I do it? Tnx
0
votes
2answers
608 views

PowerDesigner + Reverse engineering

I am using PowerDesigner to model my SQL Server database. I used the reverse engineering option in order to import my database. My problem is that the default data in the tables is not imported. ...
0
votes
2answers
169 views

PowerDesigner 12 from Sybase and Django

Am pretty new to Django but I do have long experience in web development. Usually, I always use PowerDesigner to create the table structure of my solution, export to SQL to use as my backend. With ...
0
votes
1answer
158 views

Generating a XSD file from Powerdesigner

Is there a simple way to make Powerdesigner generate an XSD file? It generates an XSM file, but it's not the same specification. If there were a simple way of doing it, it would ease my life as heaven ...
0
votes
2answers
699 views

Auto-renaming columns in PowerDesigner LDM/PDM

I want to rename columns in a PowerDesigner LDM/PDM according to the state of the Primary checkbox. To be more specific, I want the column renamed from "oldname" to "id_oldname" if Primary is checked. ...
0
votes
2answers
2k views

Tutorial/Book for PowerDesigner

Can you suggest me some book or tutorial for Sybase's PowerDesigner? Thank you
0
votes
1answer
86 views

PowerDesigner parametrized class

How to create generics in PowerDesigner (ver10)? Is there some good tutorial for PD?
0
votes
2answers
260 views

PowerDesigner addin for VS.NET 2008 causes problems

I've installed PowerDesigner 15.1 on my machine, and plan to use its AddIn for VS.NET. But it causes the solution file (SLN) to be modified everytime I build, run, debug, or close the solution. And ...
0
votes
1answer
337 views

PowerDesigner - Assign a TriggerTemplate to a trigger through VBScript?

In PowerDesigner v12, how would one, through use of VBScript, assign a TriggerTemplate to triggers that are missing the definition? We have a script now that can loop through the triggers and display ...