
February 21st, 2001, 03:21 PM
|
|
Resident Moron
|
|
Join Date: Jan 2001
Location: Tuscaloosa, AL
Posts: 26
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Linking a MS Access DB to the web requires a server-side scripting language (like PHP or ASP) and for the host to have an ODBC Server set up. This allows different programs (such as the Script) to access the database. Because most ASP web hosts run Windows NT servers, this won't be a big deal if you decide to go with ASP. However, if you go with PHP your best bet may be to switch to MySQL or similar. Then again, I have seen PHP hosts that have ODBC setup on them. It's all a matter of your host, however.
Once you get past the hosting aspect, programming the actual database queries is a relatively simple process which is very thoroughly documented for most popular scripting languages.
-Pete
|