Category Archives: ASP Classic

ASPMyAdmin

ASPMyAdmin is a SQL Server front end developed by Sukalyan Chakraborty, aimed to develop it into a full featured SQL Server web front end in future for free usage. Please send your comments, feedback, bug reports and suggestions so that I can make it a good usable free software. Attachments File Uploaded Size 1027-20190911-031711-ASPMyAdmin.zip 9/11/2019 3:17:11 AM 69002

PSMetrics Part 4: Basic Metrics Display in ASP

Welcome to the final piece of the puzzle: displaying our metrics. We now have a pile of bits in our database, and now it needs to be displayed in a meaningful way. As you may recall from the previous parts of this series, we first built a PowerShell script which gathers information from the local machine. Using the… Read More »

What is ASP?

So, you want to know more about ASP, huh? Well, you’ve picked a good place to start. This brief article should give you a good basic understanding of what ASP is all about and get you started on your way to creating your own dynamic web sites.

ASP Database Access (ADO) with Paging

Accesses any ODBC database using ADO. Records are displayed in a table withe rows that alternate colors. Paging control code allows the user to select which page in the recordset to go to. Current code has been tested with Microsoft Access and SQL 7.0. Original Author: Gary Day Assumptions Users whould have an understanding of database creation and ASP… Read More »