Usage of MS access database in web

Last post 06-25-2009 9:07 AM by hans_v. 4 replies.

Sort Posts:

  • Usage of MS access database in web

    12-05-2008, 3:10 AM

    Hi everybody,

                 Iam using Access database in my web application. I faced a problem that access database is only allow some specific number of users .Iam using that database as read-only, no updates to data .After reading so many articles in web i come to know SQL server is best database for web applications which having high stress and concurrency.This SQL server requires licensing but iam not able to spend that much amount.Is there any solution, that access database will work in this kind of situation?

  • Re: Usage of MS access database in web

    12-05-2008, 4:37 AM
    Answer
    • Star
      13,974 point Star
    • kipo
    • Member since 07-20-2006, 7:10 AM
    • Croatia
    • Posts 2,391

    If you're hosting your web on your own server, you can use free Microsoft SQL
    Server Express - there are limitations, but it's better solution than Access. If you're using some hosting provider, they all support Microsoft SQL server, so you don't have to purchase it.

  • Re: Usage of MS access database in web

    12-05-2008, 5:52 AM
    Answer

    srikanthbollineni:
    I faced a problem that access database is only allow some specific number of users .Iam using that database as read-only, no updates to data .After reading so many articles in web i come to know SQL server is best database for web applications which having high stress and concurrency
     

    The reported "Maximum number of users" with Access can be misleading.  Your actual database will only be accessed by one user - the web application itself, and each connection lasts only as long as it is opened then closed.  Generally, that's fractions of a second.  All the time that a user is just looking at a web page on your site, they are not "using" Access.  I have had similar web sites running fine with Access where there are half a million database reads a month.  However, if you are developing a site that expects "high stress and concurrency", you would be better using SQL Server.  It just depends on what levels of traffic you expect.


    Regards Mike
    [MVP - ASP/ASP.NET]
    My site    Please help - URGENT!!!    What ASP.NET can and can't do
  • Re: Usage of MS access database in web

    06-25-2009, 7:02 AM
    • Contributor
      4,833 point Contributor
    • mvark
    • Member since 09-15-2005, 1:33 PM
    • Posts 644

    While you can use Access for web applications, you may run into issues if you web pages are data-intensive and you have many concurrent users.

    Consider moving to SQL Server or try the free Microsoft SQL Server Express edition if cost is a concern.

  • Re: Usage of MS access database in web

    06-25-2009, 9:07 AM
    • Star
      9,474 point Star
    • hans_v
    • Member since 01-29-2007, 4:03 PM
    • Posts 1,644

    Why are you reopening a topic that's more than half a year old, that's already marked as answered and everything you said is already been said by the others that responded?

Page 1 of 1 (5 items)