 | 
28-Jul-2006, 08:40 AM
|  | Guest | | | | | | | | | | Re: Multiple Database Question Matt wrote:
>I'm currently creating multiple access databases. I really cannot explain Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13837
>the database in full beacuse the information is private, but I can tell you
>its based on software versions.. So, my question is... Would it be better
>to create multiple databases for each version or is there a better way?
What kind of software versions? Please expand on that a bit more.
What is the problem?
Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13837
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at http://www.granite.ab.ca/accsmstr.htm | 
28-Jul-2006, 08:40 AM
|  | Guest | | | | | | | | | | Re: Multiple Database Question Matt wrote: Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13837
> Hi,
>
> I'm currently creating multiple access databases. I really cannot
> explain the database in full beacuse the information is private, but
> I can tell you its based on software versions.. So, my question
> is... Would it be better to create multiple databases for each
> version or is there a better way?
>
> Thanks in advance!
Sorry, but that is not nearly enough information. Change the names to
protect the innocent (or guilty) and give us some idea of the data and what
you want to do with it.
For example one field with a number in it and another with a date and a
third with a name and you want to track the numbers by date and name.
--
Joseph Meehan
Dia duit Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13837 | 
28-Jul-2006, 08:40 AM
|  | Guest | | | | | | | | | | Re: Multiple Database Question
"Tony Toews" wrote:
> Matt wrote: Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13837 Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13837
>
> >I'm currently creating multiple access databases. I really cannot explain
> >the database in full beacuse the information is private, but I can tell you
> >its based on software versions.. So, my question is... Would it be better
> >to create multiple databases for each version or is there a better way?
>
> What kind of software versions? Please expand on that a bit more.
> What is the problem?
>
> 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
>
As I said earlier the information is private so I really cannot explain.
Well software has versions like 1.0, 1.1, 1.2, etc... And someone suggested
that I create multiple databases; one for each version. However, As I do
this I'm finding there is a lot of duplicate data throughout the multiple
database, thus using valuabe space and wasting my valueable time.. I was
wondering if there was a way to design a more efficent database that would be
able to house software information, specs, reports, parameters, etc.. without
creating multiple databases. | 
28-Jul-2006, 08:40 AM
|  | Guest | | | | | | | | | | Re: Multiple Database Question
"Joseph Meehan" wrote:
> Matt wrote:
> > Hi,
> >
> > I'm currently creating multiple access databases. I really cannot Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13837
> > explain the database in full beacuse the information is private, but
> > I can tell you its based on software versions.. So, my question
> > is... Would it be better to create multiple databases for each
> > version or is there a better way?
> >
> > Thanks in advance!
>
> Sorry, but that is not nearly enough information. Change the names to
> protect the innocent (or guilty) and give us some idea of the data and what
> you want to do with it.
>
> For example one field with a number in it and another with a date and a Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13837
> third with a name and you want to track the numbers by date and name.
>
> --
> Joseph Meehan
>
> Dia duit
>
>
>
I apologize about being so general. I'm also a student intern so give me a
little break..  Anyway here goes nothing.. Our company develops software
for medical purposes(hospitals). So we have Crystal Reports, Specs that
explain what you can use the Crystal reports to do, and the parameters the
Crystal Reports have.. I am trying to figure out how to best design my
tables and relationships. It was suggested to me to create a database for
each software version, but only few things change in the software each
version release.. So, I was wondering if there was an alternate way to
create one big database... What I was thinking was creating a Version_Tbl
that would link to all the Specs.. If this does not help I just forget about
it.. I will figure something out.. Thanks though for trying to understand
me!!! | 
28-Jul-2006, 08:40 AM
|  | Guest | | | | | | | | | | Re: Multiple Database Question On Mon, 24 Jul 2006 13  01 -0700, Matt Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13837 wrote: Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13837
> I was
>wondering if there was a way to design a more efficent database that would be
>able to house software information, specs, reports, parameters, etc.. without
>creating multiple databases.
Absolutely. You do NOT want to store information in database names,
table names, or field names - you want to store data IN TABLES.
One database.
As many tables as you have kinds of entities (real-life persons,
things or events of importance to your application).
I'd expect you would have a table of Programs (or Applications),
related one-to-many to a table of Versions; a table of Specs, related
in some way which you would know better than I; and so on.
I'd suggest you read up on the topic of "Normalization" to get
started. There's a lot of good links at http://home.bendbroadband.com/conrad...resources.html
especially the Database Design 101 links.
John W. Vinson[MVP] | 
28-Jul-2006, 08:40 AM
|  | Guest | | | | | | | | | | Re: Multiple Database Question Matt wrote:
>
> "Joseph Meehan" wrote:
>
>> Matt wrote:
>>> Hi,
>>>
>>> I'm currently creating multiple access databases. I really cannot
>>> explain the database in full beacuse the information is private, but
>>> I can tell you its based on software versions.. So, my question
>>> is... Would it be better to create multiple databases for each
>>> version or is there a better way?
>>>
>>> Thanks in advance!
>> Sorry, but that is not nearly enough information. Change the names to
>> protect the innocent (or guilty) and give us some idea of the data and what
>> you want to do with it.
>>
>> For example one field with a number in it and another with a date and a
>> third with a name and you want to track the numbers by date and name.
>>
>> --
>> Joseph Meehan
>>
>> Dia duit
>>
>>
>>
> I apologize about being so general. I'm also a student intern so give me a
> little break.. Anyway here goes nothing.. Our company develops software
> for medical purposes(hospitals). So we have Crystal Reports, Specs that
> explain what you can use the Crystal reports to do, and the parameters the
> Crystal Reports have.. I am trying to figure out how to best design my Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13837
> tables and relationships. It was suggested to me to create a database for
> each software version, but only few things change in the software each
> version release.. So, I was wondering if there was an alternate way to
> create one big database... What I was thinking was creating a Version_Tbl Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13837
> that would link to all the Specs.. If this does not help I just forget about
> it.. I will figure something out.. Thanks though for trying to understand
> me!!!
No need to divulge confidential information. You can easily substitute
books, employees, or something else for your software.
Heed the advise of the database gurus here and read up a little on
normalization. Think, "software has versions, versions have specs", etc.
These are relationships. This will undoubtedly lead you to the finding
that you can store all this in one well designed set of tables in a
single database.
I have personally witnessed a prevalent mode of thinking from execs to
store similar data in separate tables that changes only from year to
year, person to person, version to version, etc. This is "excel mode".
They do not comprehend normalization. Break out of duplication, discover
normalization. It can be quite enlightening.
--
Smartin | 
28-Jul-2006, 08:40 AM
|  | Guest | | | | | | | | | | Re: Multiple Database Question Matt wrote:
> "Joseph Meehan" wrote:
>
>> Matt wrote:
>>> Hi,
>>>
>>> I'm currently creating multiple access databases. I really cannot Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13837
>>> explain the database in full beacuse the information is private, but
>>> I can tell you its based on software versions.. So, my question
>>> is... Would it be better to create multiple databases for each
>>> version or is there a better way?
>>>
>>> Thanks in advance!
>>
>> Sorry, but that is not nearly enough information. Change the
>> names to protect the innocent (or guilty) and give us some idea of
>> the data and what you want to do with it. Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13837
>>
>> For example one field with a number in it and another with a
>> date and a third with a name and you want to track the numbers by
>> date and name.
>>
>> --
>> Joseph Meehan
>>
>> Dia duit
>>
>>
>>
> I apologize about being so general. I'm also a student intern so
> give me a little break.. Anyway here goes nothing.. Our company
> develops software for medical purposes(hospitals). So we have
> Crystal Reports, Specs that explain what you can use the Crystal
> reports to do, and the parameters the Crystal Reports have.. I am
> trying to figure out how to best design my tables and relationships.
> It was suggested to me to create a database for each software
> version, but only few things change in the software each version
> release.. So, I was wondering if there was an alternate way to
> create one big database... What I was thinking was creating a
> Version_Tbl that would link to all the Specs.. If this does not help
> I just forget about it.. I will figure something out.. Thanks
> though for trying to understand me!!!
Let me guess a little. You want to keep track of the changes in a
software product by version?
Are there groupings of the type of changes?
I really doubt if you want to have a new database for each version.
That sounds like a spreadsheet person talking.
I have not worked directly with Crystal reports, but my girlfriend does
and it seems to be a good product for what it does.
--
Joseph Meehan
Dia duit | 
28-Jul-2006, 08:40 AM
|  | Guest | | | | | | | | | | Re: Multiple Database Question Matt wrote:
>As I said earlier the information is private so I really cannot explain.
With all due respect the description of the data can hardly be all
that private. There is really nothing new in the database world.
>Well software has versions like 1.0, 1.1, 1.2, etc... And someone suggested
>that I create multiple databases; one for each version. However, As I do
>this I'm finding there is a lot of duplicate data throughout the multiple Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13837
>database, thus using valuabe space and wasting my valueable time.. I was
>wondering if there was a way to design a more efficent database that would be
>able to house software information, specs, reports, parameters, etc.. without
>creating multiple databases. Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13837
Ah, so the data describes software versions. Than as John Vinson
states the version number should be a field in the tables.
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 | 
Support Us! Become a Promoter! | | Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh! | (View-All)
Members who have read this thread : 0
| | There are no names to display. | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Tools | Search | | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is On | | | | » Active Discussions | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | » Books You Should Read... | | | |