Transforming one-to-many Sql into Nested Class
Schotime @ January 22, 2009
Back in the days of Classic ASP, when you had a one too many relationship displaying the data was pretty painful. You would do things like
var reference_number_old = "$##%@";
while (recordsExist)
{
[...]

