Best way to make database web-accessible?

daninthemix

Registered User.
Local time
Today, 12:30
Joined
Nov 25, 2005
Messages
41
It's an Access 2003 database which I want authenticated web users to be able to write new records to.

I don't think a Data Access Page is the right way to do this, is it? If something else, e.g. ASP could someone possibly point me in the right direction with steps 1, 2 and 3 :D
 
1. Active Server Pages work well. You need a suitably equipped web server and some knowledge of VBScript.
2. Check out 'Four Guys from Rolla' or 'ASP101' websites to get started.
3. Authentication can take many forms. It depends on the level of security required. There is a LOT of info on the web.
 

Users who are viewing this thread

Back
Top Bottom