Tag Archives: ADO

Building a Database Driven Table in Classic ASP Part 2

The original title for this post was Table Evolution 2: Sort and Page In Part 1, we split the rendering of database-driven HTML tables into 3 parts: Establishing a Database Connection, Getting a RecordSet, and Drawing the TABLE. In this … Continue reading

Posted in Classic ASP | Tagged , , , | Comments Off

Building a Database Driven Table in Classic ASP Part 1

The original title of this post was Table Evolution 1 – The Basics. One of the most common tasks an ASP developer will do is populating an HTML table with data. In the years I’ve been doing ASP coding, I’ve … Continue reading

Posted in Classic ASP | Tagged , , , | Comments Off