views:

45

answers:

1

I'd like to have my website be automatically and continuously updated with information from an access database, but I'm not sure how to do so? Any suggestions?

A: 

You can use ASP with ADO to construct web pages which pull information from your Access database. w3schools.com has tutorials and examples. Here is an example which presents information based on a query of northwind.mdb (the standard Access sample database).

If this suggestion is not useful to you, please give us more information to work with as Remou suggested.

HansUp