Author Topic: So, I'm gonna program a database!  (Read 545 times)

0 Members and 1 Guest are viewing this topic.

GilloD

  • TAKE THE LIFE OF FRED ASTAIRE. MAKE HIM PAY. TRANSFER HIS FAME TO YOU.
  • Senior Member
So, I'm gonna program a database!
« on: November 18, 2008, 01:10:36 PM »
I love being charged with projects I know nothing about. Outside of dipping my toes in the FileMaker waters a few years back and some really cursory MySQL experience, I know nada about database dev,

Basically, it'll be internal to the company. It won't be super huge, it'll be a DB to track wholesale promos to distributors. It's a pretty simple worksheet, but it's been on paper until now and needs to be searchable and accessible.

I'm eyeing the OpenOffice Access equivalent- BASE. Has anyone used it? Should I take this to Filemaker or Access? What's best practices for this stuff?
wha

Robo

  • Senior Member
Re: So, I'm gonna program a database!
« Reply #1 on: November 18, 2008, 01:18:35 PM »
Try to avoid redundancy (in regards to the information you're entering) and make sure all of your records use unique referential keys.  Cite these keys in any additional tables apart from the main one to keep everything linked and alligned.  That's relational database in a sentence.  And if it's going to be big, you might want to set up some indexes.  Other than that, you should be good.
obo