PDA

Click to See Complete Forum and Search --> : Microsoft Access


Nov 22nd, 2000, 07:56 PM
Can i use Access to make a database webpage?

Danial
Nov 23rd, 2000, 08:34 PM
What exactly do you mean ChimpFace900, but i assume you want to know if you can use database created in MS Access on webpages. The answer is yes, you can but you will need to do some serverside programming. You can very easily do it with ASP. The following sites offers free ASP and MS Access Database support and have some good tutorials.

http://www2.ewebcity.com/home/index.asp
http://www1.domaindlx.com/index.html

Hope this helps

Danial

Nov 24th, 2000, 01:51 AM
Can it be used in PHP?

JoshT
Nov 27th, 2000, 11:04 AM
Access can generate static html pages based on its data, but you'd have to do it manually. It also will let you generate web pages that use an IE only ActiveX control installed by Office that will let users view.edit data on a Intranet.

I personally use ASP/ADO to manip Access Db's through the web. PHP can use MySQL or a similar program. I'm not sure if there are Access drivers for MySQL.

Josh