I would like to create a web page in report format extracting data from a database using ASP. Can someone get me started? Thanks.
Printable View
I would like to create a web page in report format extracting data from a database using ASP. Can someone get me started? Thanks.
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.