Results 1 to 8 of 8

Thread: access vs mysql in this situation

  1. #1

    Thread Starter
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    access vs mysql in this situation

    Take this situation: A Hospital Database containing information on over 800 employees. Which database software would you use? Is Access just as good as mysql?

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: access vs mysql in this situation

    Depends on whether more than 5 people have to access any of the DB at the same time. It also depends on what you are doing with ACCESS. If it's weekly payroll, that is used by different people on different days, it may work, but you have no room for growth. I'd choose SQL Server, or even MSDE (which is free) as it can be acessed by everyone at the same time. MySQL can probably support the task as well.

  3. #3
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765

    Re: access vs mysql in this situation

    Access has limits on connections (5 as dglienna said), personally I just prefer MySQL better. But if its for a business, I think you have to pay licensing fees and what not so...
    Don't Rate my posts.

  4. #4

    Thread Starter
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    Re: access vs mysql in this situation

    Thanks guys. I have one more question regarding this: Let's say some problems are arising with this database. Sometimes it won't update untill the 2nd time of entering the information. Their is a refresh button but it doesn't work. Sometimes the information will update if you just exit out and come back in.

    What's the chances of this being an access programmatical error, or instability due to the number of connections?

    Also, is there a way I can find out how many connections are coming into the DB if it's in a Novell workspace?

  5. #5
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: access vs mysql in this situation

    Access is excellent for standalone databases however, it doesn't fare to well as a database server. In my personal experience if there is more than one connection at any one time you are likely to get problems.

    If I were you i would use MySql or MS SQL Server which are purpose built database servers. But don't use access.

    P.s: I moved this to the DB development forum - you will probably get some more detailed responses the
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  6. #6
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: access vs mysql in this situation

    Quote Originally Posted by System_Error
    Thanks guys. I have one more question regarding this: Let's say some problems are arising with this database. Sometimes it won't update untill the 2nd time of entering the information. Their is a refresh button but it doesn't work. Sometimes the information will update if you just exit out and come back in.
    How are you doing your database stuff, thru code or controls? Could you post your code and the error that is raised? I would suggest you use transactions also in your codes and before you develop further problems in the future start migrating your database to SQL Server (or MySQL perhaps, I have no experience in it) now. Also, it might help if you would look into the Access Limitation link in my sig.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  7. #7

    Thread Starter
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    Re: access vs mysql in this situation

    Well, I'm not the one that made the database. I just started working there and was a littled shocked that they were using access....Not that I knew the limitations, but I did know that most don't prefer it in a big setting like that. Whoever did the database never gets things right, and always leave a bug or two in the db...Which can usually lead to enter all the information and then it not show up. I don't have the code, and don't know if they will allow me to post it, because they are VERY secretive about the database and won't let any of the information get out.

    Do you know of any other reason to migrate from access to sql server other than the number of connections?


    By the way, that was a very helpful link.

    PS: I can try to explain the problem we are having, but I don't think I can give code. But the dude that did the database was suppose to fix it friday, and I'm hoping he did. Right now I'm interested in the limitations(as your link specified) of access and why it's better to move to sql.

    Thanks for the help.

  8. #8
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: access vs mysql in this situation

    Yap, before you will encounter any future problems because of the limits of Access better find an alternative now.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width