PDA

Click to See Complete Forum and Search --> : ASP / DATABASE


Hutty
Jun 19th, 2000, 03:20 AM
I would like to create a web page in report format extracting data from a database using ASP. Can someone get me started? Thanks.

compuGEEK
Jun 19th, 2000, 03:36 AM
If your using SQLServer 7, it has a cool web publishing utility that uses SQL queries and creates a webpage for you. You can also tell it when to update the webpage.

If not, try using a webclass to create a report; that is, if you're using VB6.