+ Reply to Thread
Results 1 to 2 of 2

Can i make Access Front-End Web based

  1. #1
    Registered User
    Join Date
    02-26-2009
    Location
    India
    MS-Off Ver
    Access
    Posts
    46

    Can i make Access Front-End Web based

    Hi

    I have Access data based application (mdb File), with some local and link tables with MSSQL.

    Now I want to run few forms on browser Or In other words making few forms web based But not the complete application.

    Any suggest and advice

  2. #2
    Forum Administrator ExlGuru's Avatar
    Join Date
    03-17-2009
    Location
    India
    MS-Off Ver
    2003,2007
    Posts
    222

    Re: Can i make Access Front-End Web based

    Hi champs,

    Do you know the difference between MySQL and Access.

    MySQL is a server-based DBMS. Which means it is designed to run on a dedicated, remote box and talk to other applications. The main interface is not local but over the network.

    MS Access is a file-based DBMS. It is designed to sit on a local hard drive or at most a networked drive and be accessed using the file system and local client applications. Furthermore, there is very, very poor support for concurrent users, network hiccups, etc, etc.

    What this means: there is no such thing as a hosted access DB.
    Potential workarounds:

    1: Access does support some builtin replication facilities. This would probably be the best way, should you stick with access.

    2: Upsize the access DB to a MSDE database with an Access frontend. Setup a VPN connection between the two parties, and have them both access the same data using the access frontend. Relatively easy aside from the VPN angle. Remote user might have some speed issues as well, though that really depends on the connection and the design of the DB.

    3: Take data from access DB. Using Access (bad idea) or another DBMS, make a web-based application for doing whatever it is they are doing. Probably best in the longer term if this thing is ever going to scale up significantly.
    ExlGuru

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1