![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have become enamoured of SQL*Power Architect, but to reverse engineer a data model, it needs to connect to the database. In my case, this is not possible, but I can dump the statements used to create the database. Is there a (free/cheap) tool that can reverse engineer a database from the create table statements.? |
|
These statements will be coming from a mySQL database (unfortunately. I hate MySQL. MyISAM tables dont honor REFERENCES statements). |
#3
| |||
| |||
|
|
I have become enamoured of SQL*Power Architect, but to reverse engineer a data model, it needs to connect to the database. In my case, this is not possible, but I can dump the statements used to create the database. Is there a (free/cheap) tool that can reverse engineer a database from the create table statements.? |
|
These statements will be coming from a mySQL database (unfortunately. I hate MySQL. MyISAM tables dont honor REFERENCES statements). |
#4
| |||
| |||
|
|
InnoDB supports foreign key constraints (and a lot more besides), so you will have to come up with a better reason to 'hate MySQL'. |
#5
| |||
| |||
|
|
On Aug 13, 8:48Â*pm, toby <t... (AT) telegraphics (DOT) com.au> wrote: InnoDB supports foreign key constraints (and a lot more besides), so you will have to come up with a better reason to 'hate MySQL'. Yes but it lacks the full-text indexing of MyISAM tables ... you have some features in 1 table type and other features in the other. |

#6
| |||
| |||
|
|
On 2009-08-14, Terrence Brannon <metap... (AT) gmail (DOT) com> wrote: On Aug 13, 8:48*pm, toby <t... (AT) telegraphics (DOT) com.au> wrote: InnoDB supports foreign key constraints (and a lot more besides), so you will have to come up with a better reason to 'hate MySQL'. Yes but it lacks the full-text indexing of MyISAM tables ... you have some features in 1 table type and other features in the other. that's why there are different types, if they all had the same features they would be the same type ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |