Results 1 to 8 of 8

Thread: Setting up a database     submit to reddit submit to twitter

  1. #1
    Old Merits
    Join Date
    Jun 2007
    Posts
    997
    BG Level
    5
    FFXI Server
    Ragnarok

    Setting up a database

    I'm starting a new line of work in sales and I'd like to build a contact database that has room to expand into other future needs.

    I really hope I'm not the one who has to build the company database but I'm starting to gather potential customers and I'd rather start myself on the right foot and potentially save myself a lot of time in the future.

    I'm starting with a simple contacts list but I want to be able to expand on it as the business progresses. I'd like to add notes, view their order history, or create new invoices. It would also be nice if I could link it with a calendar and possibly a web page in the future.

    I've only ever used Excel to compile data before but it looks like I want to be using Access instead. Is there another software program that would better suit my needs?

  2. #2
    Ridill
    Join Date
    Feb 2006
    Posts
    11,976
    BG Level
    9

    How big is the database going to be? Do you want to go the free route? Do you want the database to be embedded to your application?

    Check out http://www.sqlite.org/

    If you want your database to be separate and you want to host it on a server, there's always mysql or postgres.

  3. #3
    Melee Summoner
    Join Date
    Sep 2009
    Posts
    25
    BG Level
    1
    FFXI Server
    Sylph
    WoW Realm
    Mal'Ganis

    Access is a popular choice only because it is included in the MS office suite, but the programs with the best compatibility with it are other MS products.

    I have found problems using access database with other popular free tools, such as myphp. You are better off using mysql. I recommend using mysqlworkbench to do your database.

  4. #4
    Banned.

    Join Date
    Oct 2006
    Posts
    10,115
    BG Level
    9

    There's FileMaker too though you have to pay for that one.

  5. #5
    Relic Shield
    Join Date
    Nov 2005
    Posts
    1,960
    BG Level
    6
    WoW Realm
    Akama

    My company uses ACT! for all that crap, you may want to look into it.

  6. #6
    DAKPluto
    Guest

    Access, SQL, or an access clone like from openoffice all will work pretty well. SQL in the long run will probably give you the most compatibility for expansion as you grow.

  7. #7
    Pandemonium
    Join Date
    Oct 2005
    Posts
    7,839
    BG Level
    8
    WoW Realm
    Cho'gall

    SQL is probably your best bet. The free version limits your database size to 2GB so it should be more than enough if you're just storing contact information for now. You can always upgrade later, and SQL is a widely used standard if your company expands in the future and starts using applications that link up with the database.

  8. #8
    Puppetmaster
    Join Date
    Oct 2006
    Posts
    55
    BG Level
    2

    Since your only experienced in Excel I would recommend Access as it's an all-in-one program and the layout and controls will be familiar. When you are ready to add the web page I would recommend learning a language such as php and then migrate your database to a server based platform like mysql.

    Good luck with whatever setup you go with and if you have any problems there are a multitude of sites out there that can help you.

Similar Threads

  1. setting up shared hard drives?
    By CMMeast in forum Tech
    Replies: 3
    Last Post: 2007-08-12, 14:16
  2. Halp me set up my router
    By Lordwafik in forum Tech
    Replies: 7
    Last Post: 2007-05-04, 10:49