Peter has attended:
Dreamweaver 8 Introduction course
Dreamweaver 8 Intermediate course
ASP Pages
What type of Dreamweaver ASP page will be best for populating an excel database?
RE: ASP Pages
Hi Peter
Firstly I trust you are referring to a Microsoft Access Database, to do this a standard ASP page is fine, you just need to write the connection code to connect the page to the database. Once the connection has been made, you can use SQL statements to insert data into the database.
You will also need a web hosting package that supports ASP and has Microsoft Access database support.
Hope this helps
David