Faced with different database capitalization specifications, it is too troublesome to modify each field. If you use PowerDesigner design, there is a relatively simple method. Enter PowerDesigner, o
Tag: PowerDesigner
PowerDesigner generates SQL table name with quotation number solution
When powerdesigner connects to oracle11g, I created a table aaa
The generated SQL statement is:
drop table ” aaa” cascade constraints;
create table “aaa”
(
“id” INT not null,
“name” NVARCHAR
PowerDesigner Connect the mysql database using the DSN file
First create a new PDM model
Enter the password and click OK, there will be a little pause and then a pop-up will pop up. The connection is successful. This is to test whether it can be connected.
To connect to mysql in PDM, see the following steps:
PowerDesigner database
Novice learning database (1) Design the database with Powerdesigner
Description:
1. To learn to use development language for database programming, the key is to learn sql language, develo
PowerDesigner prompts to install the printer
Question:
PowerDesigner will open every function Prompt to install the printer is very damning
Solution:
Just turn on this printer service
Question:
PowerDesigner will
PowerDesigner generates Java code
Use the powerDesigner tool to draw the class diagram, and then let it generate java code
Use the powerDesigner tool to draw the class diagram, and then let it generate java code
The PowerDesigner Palette toolbar is gone, how to find it back
I searched the Internet for “powerdesigner graphics toolbar” and found a way to retrieve the palette of the PowerDesigner toolbar Tools (toolbar) –> customsize toolbars (customized toolbar) –> pa
PowerDesigner 15 How to Export SQL Schema
PowerDesigner exports all SQL scripts
Operation: Database=>Generate Database
How PowerDesigner exports table building sql scripts
1 According to database type , Switch the databas
PowerDesigner Comment and NAME transformation
Thanks: http://www.voidcn.com/article/p-bvseriod-yt.html
Archived data usage
name to comment
Option Explicit ValidationMode = True InteractiveMode = im_BatchDim mdl ‘the curr
PowerDesigner ODBC connection mysql
First Install mysql, then install the odbc driver, I installed mysql-connector-odbc-5.3.4-win32.msi. The following is the link of odbc driver and mysql http://pan.baidu.com/s/1gfodRv9, these two in