Total Beginner

  • Thread starter Thread starter paolo
  • Start date Start date
P

paolo

I'm about to start work on my degree Project using a
Access DB linked to a website. What is the most
common/effective way to make a webpage interact with the
Access DB?

Thanks. Paolo.
 
Hi,
Using ASP (Active Server Pages) and ADO (ActiveX Data Objects).
If both of these terms are unfamiliar to you, there are a lot of good books
out there. This is of course assuming your Web Server will be IIS.

I suppose you could also go with ASP.Net
 
Depending on your needs, you may be able to use a product like FrontPage or
DreamWeaver.

If you like to "roll your own", you can use ASP as suggested, although
personally I prefer ASP.NET for new projects.

HTH
- Turtle
 
Back
Top