TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
"Erskine, Bonnie" wrote:
>
> Hi everyone,
>
> Half of our development staff uses Visio and the rest insist on this beast
> called ERwin. Not knowing ERwin from Adam, here's my quandry... these
> diagrams need to be associated/embedded in docs. Has anyone ever published
> ERwin diagrams (successfully) to a doc parked/accessed via the web... or
> better yet, in a Word doc?
>
> To keep all parties smiling, it looks like an ERwin class looms on our doc
> team's horizon... the only problem? We can't seem to find one. Has anyone
> found (good) formal ERwin training?
The ER stands for Entity Relationship, a technique used in data modelling.
There's a whole literature on it, both academic research and applications.
Try a web search on those terms.
Simplifying, and possibly getting it wrong since databases aren't my area:
There are assorted techniques for organising databases. The main feature
of the ER model is that everything is either E or R. e.g. You might have
employee records; each employee is an entity. They go in an E table.
You should not, however, have a "supervisor" field in each employee record.
Instead have a separate table for the relationship. An R table has only two
entries per line, in this case employee and supervisor.
One payoff is that to find everyone Fred supervises, you don't have to
look at all the employee records, only the smaller R table. This can be
done very efficiently if you sort or index the R table.
Another is that all R tables can be read in either direction. "Fred
supervises Susan" or "Susan works for Fred".
Mostly the ER model is used as a design tool, a way of thinking about
the problems.
*** Deva(tm) Tools for Dreamweaver and Deva(tm) Search ***
Build Contents, Indexes, and Search for Web Sites and Help Systems
Available now at http://www.devahelp.com or info -at- devahelp -dot- com
Sponsored by Information Mapping, Inc., a professional services firm
specializing in Knowledge Management and e-content solutions. See http://www.infomap.com or 800-463-6627 for more about our solutions.
---
You are currently subscribed to techwr-l as: archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.