debugging in classic ASP
Date: 11/10/05
(Asp Dot Net) Keywords: php, database, asp
I apologize for the semi-off-topic post but I'm not finding what I need in any other places...
I have some legacy Classic ASP code I need to deal with. In ColdFusion and PHP I can do things like this:
print_r( someComplexDataType )
...and PHP will display not only the data in that structure/query/whatever, but also the names of the colums/members in it as well. So I can get a query back from some arbitrary source, and figure out the names of the database columns returned just by calling that function. Is there a similar thing in Classic ASP? Response.write doesn't seem to work.
thanks.
Source: http://www.livejournal.com/community/aspdotnet/47187.html