View Full Version : MS Access, How do I put the results in a web page?
christoefar
01-03-2004, 11:52 AM
I have created a MS Access database (http://www.future-host.co.uk/1.mdb) and I want to be able to put the results into a web page, and don't know any thing about databases, And I thought you all will, please help me, as I am new to databases,
paulhiles
01-03-2004, 01:47 PM
Hi Chris,
Connecting to a database using ASP is one of the most common routines. I guess so much so, that any ASP developers take it for granted. There are many tutorials and sites that offer sample code. There have also been plenty of posts here at WPW that contain links to ASP resources. However, having said all that... I don't mind posting some more.. and I'll be glad to help with any further questions you may have.
ASP Connecting To An Access Database
http://www.webwizguide.com/asp/tutorials/connecting_to_a_database.asp
Connecting to an Access database
(complete code available for download)
http://haneng.com/lessons_17.asp
Also, you didn't say whether you might at some stage want to add records, delete, etc using ASP... it's all easily done.. just give us a bit more detail! :o)
Paul
christoefar
01-03-2004, 02:55 PM
Well I would like to be able to add new data to the database from a webpage, I'll have a look at those pages and se what I come up with, if I need any more help, you can bet i'll be back here, cheers for the help!