using Access for web application?

J

JED

I have an opportunity to work on a web based project using Access. However,
there has been some opposition to using Access. Instead MySQL is being
suggested as an alternative. The project is actually a small project (less
than 4000 table rows) and I feel Access would work well. I won't be using
Data Access Pages but would use Dream Weaver to generate web pages. I have an
ISP who can host an Access database. Because I am not familiar with MySQL,
can anyone assist me and offer some comments as a rebuttal to the opposing
remarks mentioned below (any comments I make are preceded by "-->")

1) Access is a horrible system for web applications and building something
now in Access would hinder future growth and maintenance. This is for a bunch
of reasons...just a couple:

2) Access is not designed to be a web-enabled database - it is designed for
desktop use. This means that there are no easy systems for working with large
amounts of data, and integration with other systems. --> 4000 table entries
is not a lot of data

3) The vast majority of the web runs on Window severs. This is due to the
expense of running Windows in a server context (licensing, sysadmin salaries,
increased main. b/c of security, etc.) Building something in Access now will
mean having to use Windows-based servers, which tend to be more expensive.

4) Doing the system in MySQL makes more sense because
a) it is free
b) natural for web applications and has lots of built-in functionality to
support this context
c) there are lots of developers who work with MySQL making the vendor
search process much easier
d) MySQL is based on a standard language (Structured Query Language) which
transition easily to other SQL-style platforms.

5) Go with MySQL unless there is a serous reason prohibiting this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top