PDA

View Full Version : Access database with HTML?


suriya6in
08-04-2003, 02:16 PM
hi

I want to design a form in ms access which will be given to my user to enter certain details. but the database should be maintained in a seperate server. These user entered details should get updated in the database immediately. More over is it possible to display this database in an html format to all lan users through Intranet information server by picking this data from MS access?

suriya

Morgoth
08-04-2003, 02:55 PM
You can allow the contents of your MSAccess database to be displayed on the screen using HTML as to mold your design. But you can not use HTML to open the database for you. You will need some sort of server side language. (Unknown if javascript will do this, I don't know javascript.)

oracleguy
08-04-2003, 06:53 PM
Server side is the only practical way to do this.

Here is an example of connecting to an access database using asp: http://www.asp101.com/samples/database.asp