If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Applications & Tools > Newbie Assistance - Which Application/Database

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-02-09, 14:14
flebber flebber is offline
Registered User
 
Join Date: Aug 2009
Posts: 8
Newbie Assistance - Which Application/Database

HI

I would appreciate some assistance if possible. I am embarking on setting up a database for sports data and results( at home project). Wanting to know which application would be most suitable. Data would consist of 60% text(venues dates etc) 40% data(times scores resuts etc). Most of the data to be imported is either in xml files or csv files.

Whilst data integrity is obviously important, my main concern is the ability to run queiries to not only match data on text but to do so with many different data variables in combination.

Excel as a database would appear to be unviable as I would have to many duplicate records and data analysis for queiries needed may be too limited although I have found an article on using LINQ to allow excel to do external queries(this may make it viable then if I used Access and Excel in combination).

Has anyone got any suggestion or created a sports database before? Its the analysis of the database records that is my main concern, I want the freedom/ability to query it as I want to.

Thank You
Reply With Quote
  #2 (permalink)  
Old 08-05-09, 07:15
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 8,770
Quote:
Originally Posted by flebber
HI

I would appreciate some assistance if possible. I am embarking on setting up a database for sports data and results( at home project). Wanting to know which application would be most suitable. Data would consist of 60% text(venues dates etc) 40% data(times scores resuts etc). Most of the data to be imported is either in xml files or csv files.
nope that looks to me like 100% data the fact that some of your data contains venues dates and so on doesn't make it any diffrent to toehr types of data.

Quote:
Originally Posted by flebber
Whilst data integrity is obviously important, my main concern is the ability to run queiries to not only match data on text but to do so with many different data variables in combination.
data integrity is critical, otherwise why do it in the first place, its either right or its useless

Quote:
Originally Posted by flebber
Excel as a database would appear to be unviable as I would have to many duplicate records and data analysis for queiries needed may be too limited although I have found an article on using LINQ to allow excel to do external queries(this may make it viable then if I used Access and Excel in combination).
Excel is great for data manipulation,. analysing trends and creating real purdy graphs to bamboozle senior management and external parties. frankly its diabolical at data entry. precisely because it is so easy to setup, its also so easy to change things in background and not realise that there are problems

Quote:
Originally Posted by flebber
Has anyone got any suggestion or created a sports database before? Its the analysis of the database records that is my main concern, I want the freedom/ability to query it as I want to.

Thank You
if the basic design of the data schema is correct then wuerying it shouldn't be an issue. granted a fully normalised database can be a b it intimidating to a beginner. but thats the way to go in my books

have a look at
Fundamentals of Relational Database Design -- r937.com
or
The Relational Data Model, Normalisation and effective Database Design
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 08-05-09, 10:08
flebber flebber is offline
Registered User
 
Join Date: Aug 2009
Posts: 8
Thanks for the reply looks like I have a bit of reading to do, the links look good need to grab a coffee and read.

Can I ask is there a greater Pro or con to Access 2007 v SQL Express, is one a better database, or one have better structure or data portability or is it simply a packaging ploy by Microsoft to gain more revenue?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On