simple asp page to display data from sql database

Associate
Joined
24 May 2011
Posts
210
I am not a web developer so was wondering if anyone can help

I have a SQL database that stores information on what Windows patches have been installed to server

The columns are as follows

server, patch, dateinstalled,installedbywho

I want a simple front end asp page what from a drop down box, the server can be selected and it will display the patches installed for that server
 
Back
Top Bottom