Valhalla Legends Archive

General => General Discussion => Topic started by: Orillion on May 30, 2003, 10:40 PM

Title: Microsoft Access
Post by: Orillion on May 30, 2003, 10:40 PM
Im doing some assignment work using Microsoft Access 2002 (not by choice) and the assignment involves an online lunch ordering business. Does Access have any web intergration? Is it even possible to establish a flow of data from the website to an Access database?
Title: Re:Microsoft Access
Post by: Grok on May 31, 2003, 12:42 AM
Yes.
Title: Re:Microsoft Access
Post by: ioSys on June 13, 2003, 03:27 PM
a good way to manage the db is to use a server-side programming language such as ASP or PHP to create a web interface(ie a set of webpages) to make it easy administering your database.

Maybe i misunderstood you.
Title: Re:Microsoft Access
Post by: ioSys on June 13, 2003, 03:28 PM
There are thousands of good web-resources out there. Try http://www.asp101.com for a good one with many examples.