473,503 Members | 13,285 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

modeling tools useful for Access

Does anyone use modeling tools to determine the layout of a database
before implementing it?
If so, does the tool you use have the ability to generate the modeled
tables (or at least generate create table SQL statements)?
I have seen a few utilities, but they are pretty expensive and/or do
not support access.

Thanks.

Mar 13 '07 #1
4 1600
Robert, someone may be able to point you to some utilities, but I would just
like to point out that DDL is rather limited in Access, as there are basic
properties you cannot set that way.

Quick summary in the 5th paragraph of this article:
http://allenbrowne.com/func-DDL.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"robert.waters" <ro***********@gmail.comwrote in message
news:11**********************@q40g2000cwq.googlegr oups.com...
Does anyone use modeling tools to determine the layout of a database
before implementing it?
If so, does the tool you use have the ability to generate the modeled
tables (or at least generate create table SQL statements)?
I have seen a few utilities, but they are pretty expensive and/or do
not support access.

Thanks.
Mar 13 '07 #2
On Mar 12, 8:31 pm, "Allen Browne" <AllenBro...@SeeSig.Invalidwrote:
Robert, someone may be able to point you to some utilities, but I would just
like to point out that DDL is rather limited in Access, as there are basic
properties you cannot set that way.

Quick summary in the 5th paragraph of this article:
http://allenbrowne.com/func-DDL.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"robert.waters" <robert.wat...@gmail.comwrote in message

news:11**********************@q40g2000cwq.googlegr oups.com...
Does anyone use modeling tools to determine the layout of a database
before implementing it?
If so, does the tool you use have the ability to generate the modeled
tables (or at least generate create table SQL statements)?
I have seen a few utilities, but they are pretty expensive and/or do
not support access.
Thanks.
I had no idea; funny, I just bookmarked that page on your site earlier
this evening ('to read soon'); you have loads of goodness there, thank
you.

For the moment, I am fine with typical SQL properties that you might
find in a CREATE TABLE query ('not null', specify foreign keys etc.);
I've inherited a rather large database created by a non-developer, and
I just need some way to visualize the monstrosity so's I can go about
fixing it. And it would very be nice to be able to make changes and
have them spit out into nice SQL that I can use to quickly build
"Version 2".

Thanks for your contribution.

Mar 13 '07 #3
Makes sense. Sounds like you have experience doing that kind of thing in
other databases. :-)

In Access, the relationship diagram is the best overview. What I do
personally is to customise the Relationships Report so it displays more
detailed field information, and use that as the basis for staying on top of
the database. Using an A3 printer and collapsing non-crucial info, I can
stay on top of an 80-table database okay that way. The utility to add the
extra field info is here:
http://allenbrowne.com/AppRelReport.html

For more tables, Stephen Lebans has a utility that lets you save and restore
multiple relationship views:
http://www.lebans.com/saverelationshipview.htm

For duplicating a database, we just create a new database and import the
parts you want, with or without the relations and data:
File | Get External | Import.

I am not aware of TSQL type tools for Access, but if someone else is,
hopefully they will contribute.

Oh, and to find out what might be wrong with an existing database:
http://allenbrowne.com/AppIssueChecker.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"robert.waters" <ro***********@gmail.comwrote in message
news:11**********************@v33g2000cwv.googlegr oups.com...
On Mar 12, 8:31 pm, "Allen Browne" <AllenBro...@SeeSig.Invalidwrote:
>Robert, someone may be able to point you to some utilities, but I would
just
like to point out that DDL is rather limited in Access, as there are
basic
properties you cannot set that way.

Quick summary in the 5th paragraph of this article:
http://allenbrowne.com/func-DDL.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"robert.waters" <robert.wat...@gmail.comwrote in message

news:11**********************@q40g2000cwq.googleg roups.com...
Does anyone use modeling tools to determine the layout of a database
before implementing it?
If so, does the tool you use have the ability to generate the modeled
tables (or at least generate create table SQL statements)?
I have seen a few utilities, but they are pretty expensive and/or do
not support access.
Thanks.

I had no idea; funny, I just bookmarked that page on your site earlier
this evening ('to read soon'); you have loads of goodness there, thank
you.

For the moment, I am fine with typical SQL properties that you might
find in a CREATE TABLE query ('not null', specify foreign keys etc.);
I've inherited a rather large database created by a non-developer, and
I just need some way to visualize the monstrosity so's I can go about
fixing it. And it would very be nice to be able to make changes and
have them spit out into nice SQL that I can use to quickly build
"Version 2".

Thanks for your contribution.
Mar 13 '07 #4
Tom
On Mar 12, 6:58 pm, "robert.waters" <robert.wat...@gmail.comwrote:
Does anyone use modeling tools to determine the layout of a database
before implementing it?
If so, does the tool you use have the ability to generate the modeled
tables (or at least generate create table SQL statements)?
I have seen a few utilities, but they are pretty expensive and/or do
not support access.

Thanks.
If you are paying for this yourself, I suggest "dezign for
databases"...see datanamic.com

If someone else is buying, very good one is "ERwin Data
Modeler" ....see ca.com

Good luck

Apr 4 '07 #5

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

Similar topics

43
4783
by: grz02 | last post by:
Hi, Im an experienced database+software designer and developer, but, unfortunately, anything to do with web-programming and web-systems designs is still a pretty new area to me... (been working...
1
4694
by: Markus Seibold | last post by:
Hi, I am looking for an open source (free) data modeling tool for PostgreSQL. It should - if possible - support: - E-R-Modelling - relational data model / modeling - (GUI SQL interface to...
9
3792
by: Grace | last post by:
Where you are allowed to view cross platform databases in one application. Are they useful? Grace www.nrgglobal.com
8
1975
by: markus | last post by:
Hi, As I been programming in C I have discovered more and more tools that really helps to speed up the development process when writing programs. Examples of such tools are cscope, cbrowser,...
10
1616
by: Tim Conner | last post by:
Does anybody would recommend a tool in which I can model my classes and then generates C# code ? In Delphi I used to do this with ModelMaker(http://www.modelmakertools.com/), which generated me...
1
1427
by: Mike | last post by:
I'm starting up on big project that will take much of my time in next year or two. Until now I was mostly self-employed on small projects so I didn't spent so much time modeling system before...
4
1752
by: shalafi | last post by:
Looking for a good, cheap (preferrably free) UML modeling tool. Used Jumli in the past, has everything i want but it isnt terribly stable and doesnt look as if they will have a new version anytime...
7
1566
by: Randy Yates | last post by:
This has probably been asked before so please be gracious. I have looked on the postgres site and didn't find anything "satisfying." Is there *good* overview of postgres and associated...
1
1052
by: Ronald S. Cook | last post by:
I'm learning DeKlarit, a RAD modeling tool that creates business and data logic to speed development. It seems pretty cool, but I'm just so used to writing these layers myself. I can understand...
0
7212
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
7098
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7364
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...
1
7017
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
5604
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,...
1
5026
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3186
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1524
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
751
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.