3
votes
VBScript/ASP Classic
Echoing some ideas and adding a few of my own:
1) Best way to access the database would to abstract that away into a COM component of some sort that you access from VBScript.
2) If …
2
votes
How to return multiple values in one column (T-SQL)?
My boss wrote up an article on this way back 2003: Concatenation with COALESCE
…
