Click to See Complete Forum and Search --> : DB --> HTML


peterchen
August 24th, 2000, 05:28 PM
Hi,

Does anyone know a nice tool to get DB data into a HTML document? (free would be cool)

I have to generate multiple pages (3 or four) from the DB everytime the DB changes once in a while. I would like multiple Queries on one page; and I need support for some structuring (either a subquery, or at least grouping the layout for one column. As well - how about placing an image that has a link dereived from the database - but only if a certain condition is met (column contains...)


Enjoy life & TIA
Peter

mlacinik
August 31st, 2000, 09:17 AM
It sounds to me that you want to make your html-page dynamic.
So it would be the best way to use Active Server Pages.
Every time your page is activated by a users it will be generated by the server.
So the user gets alway the latest data.

;-) Mario

peterchen
September 2nd, 2000, 01:45 AM
Hi,

Well, my ISP does not allow ASP and all the like - that's why I wantet to create them on my machine before publishing (I'm thinking about only a few pages with infrequent changes, so it's ok)

But thanks anyway, I'm currently trying to set up IIS on my local machine, so I can generate the pages through ASP right here.


Peter