Thomas said:
All,
I was wondering if folks use 3rd party ERD programs to help them design
their databases. If so, what products do they use? I am currently reviewing
a product from Chilli Source called DDS-Lite.
Any comments would be helpful.
Thank you,
Thomas J. Kroljic
I don't have a direct answer to your question (knowing nothing about
DDS-Lite), and perhaps DDS-Lite will do a great job for you... but what
comes to my mind from what you ask is to wonder what activities the
program will do for you that will make your design job easier.
Most of the work of designing a database consists (IMHO) of ascertaining
how the database will model some part of your real world. Not only will
each field in a Table need to represent something meaningful, but the
relationships among Tables will also need to represent meaningful
real-world relationships, and the Queries should display meaningful
results, and each Report should make sense, etc. I rarely have enough
repetitive, routine work to do in setting up a database that a 3rd-party
tool would save me much effort. If DDS-Lite presents you with a
pretty-much-complete database design that you can modify to suit your
needs and then maintain using the native MS Access tools, that might be
pretty useful; but if you have to go through DDS-Lite also to make all
changes to the database, you might find that it gets in the way. Even
with an already-defined set of Tables that you can modify yourself (such
as Northwind Traders, which Microsoft supplies with Access as an
example), you'll have to verify that those Tables, Queries, &c., really
do the kinds of things you want to do, and that verification will take a
certain amount of effort.
-- Vincent Johns <
[email protected]>
Please feel free to quote anything I say here.