View previous topic :: View next topic |
Author |
Message |
zaddo
Joined: 02 Feb 2005
Posts: 1
|
Posted: Wed Feb 02, 2005 7:50 pm Post subject: Problems generating sql drom diagram
|
|
|
What i wanted to do is generating a Database-Diagram and then generate the SQL. The problem is that i generated the Database-Scheme SQL Script after changing the diagram. So the script stays empty and after shutting down eclipse and reopening the diagram none of the elements i added show in the diagram...
The Console shows the following output:
Code: |
2005-02-02 20:42:25 diagram_1.odd -> Table/View(MANDANT) not found.
2005-02-02 20:42:25 diagram_1.odd -> Table/View(USER) not found.
2005-02-02 20:42:25 diagram_1.odd -> Table/View(SESSION) not found.
2005-02-02 20:42:25 diagram_1.odd -> Table/View(REQUEST) not found.
2005-02-02 20:42:25 diagram_1.odd -> Table/View(REQUEST_PERSON) not found.
2005-02-02 20:42:25 diagram_1.odd -> Table/View(MERKMAL) not found.
2005-02-02 20:42:25 diagram_1.odd -> Table/View(PERSON) not found.
2005-02-02 20:42:25 diagram_1.odd -> Table/View(NACHBEHANDLUNG) not found.
|
Is there a way to generate the script after having edited the diagram.
Thanks for any help
|
|
Back to top |
|
|
xavier
Site Admin
Joined: 14 Mar 2003
Posts: 81
|
Posted: Thu Feb 03, 2005 10:21 am Post subject:
|
|
|
Hi,
Yoy can generate your SQL whenever you want.
However you should save your current Diagram Modification, if you want to see your current SQL state.
Views are not supported as we can't reverse them on a generic basis from a particular database.
For further analysis please send us your current "ods" file.
Regards.
|
|
Back to top |
|
|
|