The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Database software for home business?

    Discussion in 'Windows OS and Software' started by PopLap, Jul 15, 2010.

  1. PopLap

    PopLap Notebook Evangelist

    Reputations:
    22
    Messages:
    395
    Likes Received:
    0
    Trophy Points:
    30
    I want to set up a database software for my Grandpa so that he can better manage his costumers in his Bus business. I need help with finding good software that will be easy to use and run as a standalone, oh and it needs to be free :D . I want to set it up so it is easy to put in more data and to search it, and it will need to print menafests. It would be running on a older computer because that is all he has. I know some software but it is all deigned for larger use then just two people running a home business.

    Thanks
     
  2. newsposter

    newsposter Notebook Virtuoso

    Reputations:
    801
    Messages:
    3,881
    Likes Received:
    0
    Trophy Points:
    105
    does grandpa need a Real Database or just a good PIM (personal information manager) with extensible fields?

    billing, shiping, etc, etc or contact & email management?
     
  3. PopLap

    PopLap Notebook Evangelist

    Reputations:
    22
    Messages:
    395
    Likes Received:
    0
    Trophy Points:
    30
    well all it needs to do is to hold costumer info, be search able, add costumers, and print a manifest based on only part of the costumer info, would the PIM work for that?
     
  4. newsposter

    newsposter Notebook Virtuoso

    Reputations:
    801
    Messages:
    3,881
    Likes Received:
    0
    Trophy Points:
    105
    You'll need to look at the capabilities of a few of the many pims available out there......
     
  5. PopLap

    PopLap Notebook Evangelist

    Reputations:
    22
    Messages:
    395
    Likes Received:
    0
    Trophy Points:
    30
    could u recommend any??
     
  6. merlin_72032

    merlin_72032 Notebook Evangelist

    Reputations:
    117
    Messages:
    523
    Likes Received:
    0
    Trophy Points:
    30
    Microsoft Access
     
  7. kosti

    kosti Notebook Virtuoso

    Reputations:
    596
    Messages:
    2,162
    Likes Received:
    466
    Trophy Points:
    101
  8. PopLap

    PopLap Notebook Evangelist

    Reputations:
    22
    Messages:
    395
    Likes Received:
    0
    Trophy Points:
    30
    He has used Access before but it wont print the manifest because it wont let him select only part of his costumers (he has a lot) and it prints uneven and out of alignment.
     
  9. DetlevCM

    DetlevCM Notebook Nobel Laureate

    Reputations:
    4,843
    Messages:
    8,389
    Likes Received:
    1
    Trophy Points:
    205
    What about using MySQL and a web based interface? But you'd need to write that site from scratch...
     
  10. PopLap

    PopLap Notebook Evangelist

    Reputations:
    22
    Messages:
    395
    Likes Received:
    0
    Trophy Points:
    30
    i thought of that but it would not work very well because he has only 2 computers and both are being used one by him and one by grandma. But that would have been what worked except for that little problem. MySQL, PHP, Apache would be a little much to run on his computer unless there is a lite version that i don't know about.
     
  11. DetlevCM

    DetlevCM Notebook Nobel Laureate

    Reputations:
    4,843
    Messages:
    8,389
    Likes Received:
    1
    Trophy Points:
    205
    You don't need Apache.

    MySQL runs on Windows too - Internet Information Service, PHP is easy to add (and apparently self configures - use the "Microsoft Web Platform Installer) - heck he can run it on his own computer unless its dead slow - I have IIS and PHP running on my Vaio, great for local testing.
     
  12. PopLap

    PopLap Notebook Evangelist

    Reputations:
    22
    Messages:
    395
    Likes Received:
    0
    Trophy Points:
    30
    i now all this but it would need to be accessed from two comps so Apache would be need but MySQL is way more then what he needs but thanks for the help, i will probably need to use it any way.
     
  13. DetlevCM

    DetlevCM Notebook Nobel Laureate

    Reputations:
    4,843
    Messages:
    8,389
    Likes Received:
    1
    Trophy Points:
    205
    If if it needs to be accessed from two computers you still wouldn't need Apache - it would still work with IIS and Windows BUT you need a static PC.
     
  14. PopLap

    PopLap Notebook Evangelist

    Reputations:
    22
    Messages:
    395
    Likes Received:
    0
    Trophy Points:
    30
    IIS is a web server but made by Microsoft. But i don't have experience with it so i would not know how to set it up.
     
  15. DetlevCM

    DetlevCM Notebook Nobel Laureate

    Reputations:
    4,843
    Messages:
    8,389
    Likes Received:
    1
    Trophy Points:
    205
    Basically just create a new site with about 3 clicks and it works :)
    Foolproof.
     
  16. Matt is Pro

    Matt is Pro I'm a PC, so?

    Reputations:
    347
    Messages:
    2,169
    Likes Received:
    0
    Trophy Points:
    55
    MySQL would be a good choice. Relational databases are relatively easy to setup, and not too hard to understand.

    As others have said, you'll need to create a site, but that shouldn't be too hard either, given the requirements are very simple, and only they would be seeing it.
     
  17. PopLap

    PopLap Notebook Evangelist

    Reputations:
    22
    Messages:
    395
    Likes Received:
    0
    Trophy Points:
    30
    Thanks i am going to use MySQL and PHP to make a site that will run in the back ground on his comp.
     
  18. PopLap

    PopLap Notebook Evangelist

    Reputations:
    22
    Messages:
    395
    Likes Received:
    0
    Trophy Points:
    30
    sorry for pulling the thread up but he had a Microsoft Access database before (its a little out of date) and so to make it easier we wanted to move that data over but every way i try to do it it doesn't work, on MySQL website they say use migration toolkit but they EOLed it to MySQL workbench and now i cant find the tool to move it over. any ideas?


    Thanks
     
  19. Triple_Dude

    Triple_Dude Notebook Evangelist

    Reputations:
    75
    Messages:
    589
    Likes Received:
    0
    Trophy Points:
    30
    That kind of technical question is better asked at Stack Overflow or Server Fault.

    Good luck :).