Forum Moderators: open
I need to create a number web pages from a database (Excel or Access). I have a database of fields that I need to merge into a template HTML file and end up with lots of pages created from the database. The pages will be static pages. Does anybody know of a tool to do this or a way of doing it on a PC?
I thought about a several aproaches: Using VB to read the database and write out static pages (merging dynamic data in with static html templates); Using one of the tools that will crawl and save off an entire site (a site stealer of sorts); and having someone manually go through each page with a browser, saving the HTML to disk page by page.
Not sure whether my project will ever materialize, and that's all the thinking I've done on it so far.
Ross
If memory serves me right, there is a tool build into Access which allows you to serve up dynamic webpages.
If your site is going to be really busy, using access online is generally not a great idea as it gets bogged down under a lot of hits.
You could try php/mysql?
Other than that, I came across a decent asp tool last year. its called aspwizard.It should make your job a little easier.
Kind Regards,
Barry
Sorry, in my haste, i read your question wrong....you just want static web pages.
Theres definitely a tool build into access to do this.
For example, access can create a query and send the results into a web page all in the click of a button.
I think the only draw back is your users have to be using I.E. to read the html files.I suppose it would be perfect for an Intranet
Blessings,
Barry