Access and the WEB.

C

Charlie O'Neill

I am thinking of creating a WEB site that will allow college students to view
information about certain colleges. For example what courses are offered the
cost of each course and the credits per course. My question is, would Access
be the database to use or should I look at something else. The database
would be mostly text with few calculations; I estimate a few hundred colleges
would be listed. I am new to WEB publishing and want to be pointed in the
right direction.

Charlie
 
A

Albert D. Kallal

My question is, would Access
be the database to use or should I look at something else. The database
would be mostly text with few calculations; I estimate a few hundred
colleges
would be listed. I am new to WEB publishing and want to be pointed in the
right direction.

The question is do you have the resources, and expertise to setup and run a
web server?

The normal forms you make with ms-access is of no use, nor no relation to a
web based system.

You can certainly build a table of data with ms-access, and then transfer
that table to a web server. (but not the forms, reports, code etc). Of
course, making a table in ms-access and typing in some data is a very small
thing. So, the ONLY part of ms-access you use is the tables.

Now, on the web server you would then create the interface (web pages).
Likely, something like Front Page would be a good tool for you. So,
ms-access role is VERY small at this point. It is also not clear if you plan
to setup your own web server, or use an existing one? You can go to your
existing internet provider and ask them for some web space. Of course, not
all providers support the same tools. Ms-access is certainly different then
Excel. The same goes for your internet providers: If you go to some
provider, then you need to ask what tools and environment they support. For
example MOST web providers do NOT support ms-access databases. Of course, if
you just connect to the internet, then you can also build your OWN web
server. However, while setting up a web server on YOUR computer takes some
skills, the real problem is now your computer is exposed to the internet.
Making your web server secure and dealing with the issues of secure etc, and
dealing with hackers etc is takes LOT of experience. If you understand now
how to hack into web sites, and understand their weak spots, then you have
the skills to setup a secure web site.

A friend of mine used Front Page to setup a system for his high school
reunion. The list of people was setup in ms-access, but the web site was
built with Front Page. I believe within one week the web site was hacked
into, and the front page of the web site was changed!!! The solution for
this person was to move the whole web site off the computer, and move the
web site to a good quality internet provider that has full time secure, and
they know how to setup this stuff.

So, at the end of the day...ms-access plays a VERY LITTLE ROLE in terms of
the web issue. The big questions are you going to setup and run you OWN web
server (and, what web server software do you want to use (there are many
different kinds of web server programs)).

Anyway....setting up a web server, and choosing the tools is very much
beyond a simple newsgroup post.
 
K

Ken Snell [MVP]

To add to Albert's comments, ACCESS does have Data Access Pages (called
Pages in the database window) that will create HTML pages that can be used
for web access. These pages are a small bit like forms, but differ in many
respects (especially functionality). They might be the trick for a simple
database too.
 
C

Charlie O'Neill

Thank you for a quick answer to my question. My thought was to use a
provider that offers web hosting and eliminate the need for an on premise
server.

Your reply answered my question and confirmed that Front Page is the proper
tool for my project. I have some experience with Access97 and just upgraded
to Windows XP with Office Pro 2003 I read about DAP and thought there might
be something there.

Again thank you

Charlie O'Neill
 
Top