473,396 Members | 1,997 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Graphical Mapping a Database

I have been request to create a relational database map that can be place on
the wall in my office. Generally I done these in the past by just manually
typing the information into Access and then printing a map from there.
However the database they want mapped has a couple dozen tables in it and I
don't relish the idea of entering all that by hand. Nor do I relish the idea
of sitting down and writing one a program to automaticly do it if there one
aviaiable.

Does anyone have a utility to map out database structures and put it in a
printable format ? PDF, GIF, JPG, etc.

__________________________________________________ _______________
Tired of spam? Get advanced junk mail protection with MSN 8.
http://join.msn.com/?page=features/junkmail
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org

Nov 11 '05 #1
4 2052
"Tim Edwards" <mo*****@hotmail.com> wrote:
I have been request to create a relational database map that can be
place on the wall in my office. Generally I done these in the past
by just manually typing the information into Access and then
printing a map from there. However the database they want mapped
has a couple dozen tables in it and I don't relish the idea of
entering all that by hand. Nor do I relish the idea of sitting down
and writing one a program to automaticly do it if there one
aviaiable.

Does anyone have a utility to map out database structures and put it
in a printable format ? PDF, GIF, JPG, etc.


Try DBVisualizer at <http://www.minq.se/>.

HTH :)

Cheers,
D
--
David Fetter da***@fetter.org http://fetter.org/
phone: +1 510 893 6100 cell: +1 415 235 3778

Everyone who lives, dies. Not everyone who dies has ever lived.
Nov 11 '05 #2
On Thu, 2003-08-14 at 23:17, David Fetter wrote:
"Tim Edwards" <mo*****@hotmail.com> wrote:
I have been request to create a relational database map that can be
place on the wall in my office. Generally I done these in the past
by just manually typing the information into Access and then
printing a map from there. However the database they want mapped
has a couple dozen tables in it and I don't relish the idea of
entering all that by hand. Nor do I relish the idea of sitting down
and writing one a program to automaticly do it if there one
aviaiable.

Does anyone have a utility to map out database structures and put it
in a printable format ? PDF, GIF, JPG, etc.


Try DBVisualizer at <http://www.minq.se/>.


There's also AutoDoc http://www.rbt.ca/autodoc/index.html which can
output to a dia-compatible format.

+---------------------------------------------------------------+
| Ron Johnson, Jr. Home: ro***********@cox.net |
| Jefferson, LA USA |
| |
| "Man, I'm pretty. Hoo Hah!" |
| Johnny Bravo |
+---------------------------------------------------------------+

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ma*******@postgresql.org)

Nov 11 '05 #3
If you don't mind spending a little money and are on Windows, you can
use Microsoft Visio Professional.

On Saturday, August 16, 2003, at 01:38 AM, Ron Johnson wrote:
On Thu, 2003-08-14 at 23:17, David Fetter wrote:
"Tim Edwards" <mo*****@hotmail.com> wrote:
I have been request to create a relational database map that can be
place on the wall in my office. Generally I done these in the past
by just manually typing the information into Access and then
printing a map from there. However the database they want mapped
has a couple dozen tables in it and I don't relish the idea of
entering all that by hand. Nor do I relish the idea of sitting down
and writing one a program to automaticly do it if there one
aviaiable.

Does anyone have a utility to map out database structures and put it
in a printable format ? PDF, GIF, JPG, etc.


Try DBVisualizer at <http://www.minq.se/>.


There's also AutoDoc http://www.rbt.ca/autodoc/index.html which can
output to a dia-compatible format.

+---------------------------------------------------------------+
| Ron Johnson, Jr. Home: ro***********@cox.net |
| Jefferson, LA USA |
| |
| "Man, I'm pretty. Hoo Hah!" |
| Johnny Bravo |
+---------------------------------------------------------------+

---------------------------(end of
broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to
ma*******@postgresql.org)

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Nov 11 '05 #4
On Fri, 2003-08-15 at 00:17, David Fetter wrote:
"Tim Edwards" <mo*****@hotmail.com> wrote:
Does anyone have a utility to map out database structures and put it
in a printable format ? PDF, GIF, JPG, etc.


Try DBVisualizer at <http://www.minq.se/>.


FWIW, we bought a site license for DBVis and it has been pretty great.
It runs on my YellowDog Linux (PPC) and RedHat desktops as well as our
MacOS X machines. Well worth the $$ IMO.

Cheers,

Chris

--
Christopher Murtagh
Enterprise Systems Administrator
ISR / Web Communications Group
McGill University
Montreal, Quebec
Canada

Tel.: (514) 398-3122
Fax: (514) 398-2017

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Nov 11 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Cobb | last post by:
Hello- I'm interested in building a graphical timeline for a series of tasks that are stored in a SQL Server 2000 database. The tasks reside within a table. We also have a table to track the...
1
by: CV | last post by:
Hello, Could anyone please throw your suggestions on the following scenario? (It would be really helpful if you could provide a solution using ..NET,XSLT,XSD,Web Service other than 'Biztalk...
3
by: Evan Smith | last post by:
I have a federated database (7.2 FP11, AIX 4.3) that seems to work fine in most aspects. Today I'm trying to add a new user mapping with the following statement: create user mapping for mngdrq01...
5
by: (Pete Cresswell) | last post by:
I've got this little app that tracks metadata from about a dozen different systems and feeds. Seems to have all the mapping info that's needed to follow a data element from one place to...
0
by: Ads B | last post by:
Hi folks! Has anyone out there come across a code generation tool that will do the following:- - read in a number of handwritten XSD files - create a set of SQL Server tables which can hold...
7
by: Rudi Menter | last post by:
Hi, I would like to store binary data (as data-type blob) in a (MySql-) database, so I require functionality that allows a mapping from and back into the filesystem. Now, is there a library for...
14
by: Newbie | last post by:
Can anyone get this counter working in ASP.NET 1.1 in VB.NET 2003 like in the demo project? http://www.allscoop.com/netcounter.php I can get in to work in ASP.NET 2.0, but not ASP.NET 1.1,...
3
by: koliver | last post by:
Can anyone provide me with information on linking an Access database with GPS mapping software
0
by: Peter Duniho | last post by:
On Thu, 01 May 2008 07:01:00 -0700, MrNobody <MrNobody@discussions.microsoft.comwrote: It would help if you could be more specific about how you're currently mapping mouse coordinates to...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.