View previous topic :: View next topic |
Author |
Message |
abcd123efg123
Joined: 29 Jun 2004
Posts: 1
|
Posted: Tue Jun 29, 2004 3:43 am Post subject: how to really operator database by use diagram?
|
|
|
what i mean is :
I has connected to a database,now I modify a table in the diagram ,
how can i make the modify really work in the database?
I don't know how to do this,please help me.
Eclipse 3.0RC1
JDK:1.4.1_01
eclipseUML studio20040616
|
|
Back to top |
|
|
xavier
Site Admin
Joined: 14 Mar 2003
Posts: 81
|
Posted: Tue Jun 29, 2004 7:38 am Post subject:
|
|
|
Hi,
Use the Database Schema SQL Script wizard to generate the DDL of your current diagram.
Then right click on your sql file and select Database->Forward
This will compute your sql file against your database.
Regards.
|
|
Back to top |
|
|
|