473,408 Members | 2,839 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,408 software developers and data experts.

Database Design Software

Hello all,

I would like to find a piece of software which would allow me to draw
out the design of a database, rather than trying to keep it in my head
and bits of paper. There are lots of options for open source
databases, e.g. MySQL Workbench. Are there any which are appropriate
for Access database designing? I use Access 2003.

Thanks,

Franc.
Sep 10 '08 #1
7 2954
franc sutherland <fr**************@googlemail.comwrote:
>I would like to find a piece of software which would allow me to draw
out the design of a database, rather than trying to keep it in my head
and bits of paper. There are lots of options for open source
databases, e.g. MySQL Workbench. Are there any which are appropriate
for Access database designing? I use Access 2003.
If you are just concerned about tables use the relationships window in Access. Once
you've created a few fields in a table and added it to the relationships you can then
right click on it and update it.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Sep 11 '08 #2
The site below lists some of the various kinds of data modeling tools
that are available. Some of these will allow you to draw a design and
then automatically generate a database from that, among other features.

I think most of them support Access, but I'm not 100% on that.

http://www.databaseanswers.com/modelling_tools.htm

-Carlos

"Tony Toews [MVP]" <tt****@telusplanet.netwrote in
news:en********************************@4ax.com:
franc sutherland <fr**************@googlemail.comwrote:
>>I would like to find a piece of software which would allow me to draw
out the design of a database, rather than trying to keep it in my head
and bits of paper. There are lots of options for open source
databases, e.g. MySQL Workbench. Are there any which are appropriate
for Access database designing? I use Access 2003.

If you are just concerned about tables use the relationships window in
Access. Once you've created a few fields in a table and added it to
the relationships you can then right click on it and update it.

Tony
Sep 11 '08 #3
On Sep 11, 2:19*am, "Carlos Nunes-Ueno" <sulla...@athotmaildot.com>
wrote:
The site below lists some of the various kinds of data modeling tools
that are available. *Some of these will allow you to draw a design and
then automatically generate a database from that, among other features.

I think most of them support Access, but I'm not 100% on that.

http://www.databaseanswers.com/modelling_tools.htm

-Carlos

"Tony Toews [MVP]" <tto...@telusplanet.netwrote innews:en********************************@4ax.com:
franc sutherland <franc.sutherl...@googlemail.comwrote:
>I would like to find a piece of software which would allow me to draw
out the design of a database, rather than trying to keep it in my head
and bits of paper. *There are lots of options for open source
databases, e.g. MySQL Workbench. *Are there any which are appropriate
for Access database designing? *I use Access 2003.
If you are just concerned about tables use the relationships window in
Access. *Once you've created a few fields in a table and added it to
the relationships you can then right click on it and update it.
Tony
Thanks Tony, Thanks Carlos.
Both good suggestions.
There was a useful add-on for Eclipse at the modelling tools site
which I've downloaded.
All the best,
Franc.
Sep 12 '08 #4
franc sutherland <fr**************@googlemail.comwrote in news:1a5aabc6-
5f*************************@x41g2000...legrou ps.com:
Hello all,

I would like to find a piece of software which would allow me to draw
out the design of a database, rather than trying to keep it in my head
and bits of paper. There are lots of options for open source
databases, e.g. MySQL Workbench. Are there any which are appropriate
for Access database designing? I use Access 2003.
If you were to move to SQLExpress (free) you could use the SQL Server
Management Studio (free) which provides a powerful Diagram Dialog/Utility.
I create tables, relationships, and indexes there.

Of course, there are 7968345 other benfits to moving to SQLExpress; it's
not just another pretty face.

--
-
lyle fairfield
Sep 12 '08 #5
"lyle fairfield" <ly******@yah00.cawrote
Of course, there are 7968345 other benfits to
moving to SQLExpress; it's not just another pretty face.
Just as a matter of personal interest, what is benefit number 6498743? :-)

You been lurking in microsoft.public.access again and reading the responses
of Mr. Aaron Kempf, again, Lyle?

Larry
Sep 14 '08 #6
"Larry Linson" <bo*****@localhost.notwrote in
news:q2%yk.119$8v5.27@trnddc01:

Just as a matter of personal interest, what is benefit number 6498743?
That a linked server can be created with a procedure.

CREATE Procedure [dbo].[LinkToOPEExcelFile]
@FileLocation nvarchar(255)
AS
IF EXISTS (SELECT srv.name FROM sys.servers srv WHERE srv.server_id != 0
AND srv.name = N'OPE_XLS')
EXEC master.dbo.sp_dropserver @server=N'OPE_XLS',
@droplogins='droplogins'

EXEC master.dbo.sp_addlinkedserver
@server = N'OPE_XLS',
@srvproduct=N'Excel',
@provider=N'Microsoft.Jet.OLEDB.4.0',
@datasrc=@FileLocation,
@provstr=N'Excel 8.0'

This can be useful when modifying a client db; it does not require the
laying on of hands.
You been lurking in microsoft.public.access again
I haven't been in a Microsoft group since I was banished several years
ago (after all my knitted polyester suits wore out) for not dressing
appropriately. Apparently attire must match the ideas tossed about in MS
groups.
and reading the
responses of Mr. Aaron Kempf, again, Lyle?
Aaron sometimes (often?) has useful knowledge and experience. Delivery in
his M1 Abrams tank may not be so effective.

--
-
lyle fairfield
Sep 16 '08 #7
"lyle fairfield" <ly******@yah00.cawrote
I haven't been in a Microsoft group since I was
banished several years ago (after all my knitted
polyester suits wore out) for not dressing
appropriately. Apparently attire must match the
ideas tossed about in MS groups.
If only you hadn't "fessed up" that you were "sittin' here at th' keyboard,
nekkid as th' day I'z born". <SIGH>

Sep 16 '08 #8

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

Similar topics

3
by: Rushikesh | last post by:
I am designing a WEB BASED Accounting Software with ASP and SQL Server. For this I need some help for the Database design. My design is as follows. I)User table: User_id, UserName..... Users...
5
by: Don Vaillancourt | last post by:
Hello all, Over the years as I design more database schemas the more I come up with patterns in database design. The more patterns I recognize the more I want to try to design some kind of...
5
by: serge | last post by:
What is the best way to run one command and have a database be created and sql scripts run on it to create the tables, indexes, triggers, procedures, etc.? Is there an existing tool free or...
11
by: Andante.in.Blue | last post by:
A recent change in the user interface of one of the tech forums I frequent prompted furious debates in the areas of functionality versus look'n'feel of professional applications. This has made me...
7
by: Paul T. Rong | last post by:
Hello everybody, I am making a db for recording ordered dishes for kitchen and the billing in a restaurant. There is one problem. Rarely but it happens, two customers sharing one table, for...
0
by: YellowFin Announcements | last post by:
Introduction Usability and relevance have been identified as the major factors preventing mass adoption of Business Intelligence applications. What we have today are traditional BI tools that...
0
by: Jack | last post by:
Training Classes for Oracle10g, 9i, 8i Certification training in Oracle10g and 9i: DBA, Developer, Discoverer. training conducted at your location worldwide. Courseware licensing also available....
0
by: Winder | last post by:
Training Classes for Oracle10g, 9i, 8i Certification training in Oracle10g and 9i: DBA, Developer, Discoverer. training conducted at your location worldwide. Courseware licensing also available....
10
by: Les Desser | last post by:
In article <fcebdacd-2bd8-4d07-93a8-8b69d3452f3e@s50g2000hsb.googlegroups.com>, The Frog <Mr.Frog.to.you@googlemail.comMon, 14 Apr 2008 00:45:10 writes Not sure if I quite follow that. 1....
7
by: Jonathan Wood | last post by:
I've been given a spec that seems unwieldy to me. As I'm pretty new to DB design, I would appreciated any input this spec. The site has three types of users: ADMIN, RESELLERS, and CLIENTS. The...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
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
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,...
0
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...

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.