473,659 Members | 2,680 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 1607
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.wat ers" <ro***********@ gmail.comwrote in message
news:11******** **************@ q40g2000cwq.goo glegroups.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...@Se eSig.Invalidwro te:
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.wat ers" <robert.wat...@ gmail.comwrote in message

news:11******** **************@ q40g2000cwq.goo glegroups.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.wat ers" <ro***********@ gmail.comwrote in message
news:11******** **************@ v33g2000cwv.goo glegroups.com.. .
On Mar 12, 8:31 pm, "Allen Browne" <AllenBro...@Se eSig.Invalidwro te:
>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.go oglegroups.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.wat ers" <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"...se e 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
4834
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 mostly with "legacy" environments the last 10 years) So I am writing this, hoping to get some useful advise and feedback... I have done some pretty trivial, small websites with html/PHP,
1
4706
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 the database) - platform independence (Win32, Mac, Unix/Linux)
9
3801
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
1982
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, tags, etc. There are ofcourse many different levels of programmers, and the beginners might only use emacs or vi to write their code. However, since there are such great tools out there to help the programmer, I am wondering which tools are...
10
1629
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 really nice pascal sources. I am looking a similar tool to work with C#. Thanks in advance,
1
1442
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 implementation. Sure, I wrote use cases now and then, draw UML in Visio but it wasn't matter of life and death. But because of scope in next project I'm kinda frighten that sooner or latter I along my team will get lost in poorly documentet...
4
1755
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 soon.
7
1585
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 utilities? -- % Randy Yates % "Remember the good old 1980's, when %% Fuquay-Varina, NC % things were so uncomplicated?" %%% 919-577-9882 % 'Ticket To The Moon' %%%% <yates@ieee.org> % *Time*,...
1
1063
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 that it will speed development, but I'm not sold on that it will speed it tremendously. Any comments? Thanks, Ron
0
8427
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8332
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
7356
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6179
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4175
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4335
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2750
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 we have to send another system
2
1737
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.