Databasing

Collapse

Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NotRob
    Honorary DSA
    • May 2007
    • 43

    Databasing

    Databasing, who can give me a quick explanation of it. I've already read through MS Access help files and still don't quite get it.

    It's needed for a TW info tool I'm writing. I've already written a bot that can go to the TW site and find the info/numbers I need. I just need to learn databasing so I can make the bot move the needed info into a database.

    When I'm done we'll all benifit.

    Thanks,
    NotRob
  • #2
    AndyPants
    Civilian
    • Oct 2004
    • 756
    • Pants9000

    Hmmm, I'm not sure there is a quick run down on this. The simplest explanation is you are storing data in a table. Columns would be variable types and rows the gathered information.

    However, depending on what you are programing in you could use something like MySQL (a true data base) or it may be easier for you to use files with CSV (comma separated variables) then using regular expressions to parse that data.

    I moved this to the tech forum as it more related to that than TW.

    Comment

    Ad

    Collapse
    Working...