Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
Old 07-09-2008, 03:51 PM MySQL procedure
Robert_R's Avatar
Skilled Talker

Posts: 97
Location: New Jersey
Trades: 0
I have MySQL available to me from my webserver. If I'd like to post daily updates of baseball players' batting averages, home runs, ie. things that change daily.

How would I go about this?

Or, is there another database/easier way to accomplish this?

Please explain this to me in as much detail as possible.

Thank you
Robert_R is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-09-2008, 04:40 PM Re: MySQL procedure
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
There are plenty of databases, and if you already know SQL Server, it would be much easier because you wouldn't have to learn a new syntax, and learn what part of the syntax has changed. It sounds like that isn't the case, tho - so in your situation, one RDBMS engine will be as easy as the next.

A database is a data persistence mechanism. It lets you store and retrieve information, and it's very good at looking at existing data in new ways. You could do much the same thing with flat files or XML. Or a scraper thing or a data feed from the major league, or teams, or whoever might provide that info?

What you want is an application. You'll benefit from designing your app first, and letting that drive the data persistence design.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 07-09-2008, 06:09 PM Re: MySQL procedure
VirtuosiMedia's Avatar
Web Design Made Simple

Posts: 1,228
Trades: 0
Something that might be useful to know is whether or not you'll be entering in the stats manually or getting them from another site.
VirtuosiMedia is offline
Reply With Quote
View Public Profile Visit VirtuosiMedia's homepage!
 
Old 07-09-2008, 11:59 PM Re: MySQL procedure
Robert_R's Avatar
Skilled Talker

Posts: 97
Location: New Jersey
Trades: 0
Quote:
Originally Posted by VirtuosiMedia View Post
Something that might be useful to know is whether or not you'll be entering in the stats manually or getting them from another site.
I'd like to educate myself on both scenarios and then reach a decision from there.
Robert_R is offline
Reply With Quote
View Public Profile
 
Old 07-10-2008, 02:41 AM Re: MySQL procedure
VirtuosiMedia's Avatar
Web Design Made Simple

Posts: 1,228
Trades: 0
You'll have to spend some money, I think, to get the stats. I'm not sure how much. There is a service called StrikeIron that has an API for baseball stats, which you can find here. There may be other ones, but that's the only one I know about. If you're serious about your idea, you'll probably want to automate the process and get the stats from a service. It might cost a little, but I would imagine that it would beat entering hundreds of stat lines every morning. With a service, you have a better chance of getting live stats.
VirtuosiMedia is offline
Reply With Quote
View Public Profile Visit VirtuosiMedia's homepage!
 
Old 07-11-2008, 10:58 PM Re: MySQL procedure
Robert_R's Avatar
Skilled Talker

Posts: 97
Location: New Jersey
Trades: 0
OK, let's look at it from the point of view where I'd access it from a database. What are the steps and procedures?

Thanks!!
Robert_R is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to MySQL procedure
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.85368 seconds with 12 queries