Hi,
I have the following SQL statement:
SELECT VAL1 + ISNULL(VAL2, '') AS ALIAS FROM TABLE1
This is concatenating 2 fields in my returned data. In my ASP Code how do I reference the above value? Eg: RS.Fields("ALIAS") returns an 'Exception occured' error.
Thanks...
Rich.
I have the following SQL statement:
SELECT VAL1 + ISNULL(VAL2, '') AS ALIAS FROM TABLE1
This is concatenating 2 fields in my returned data. In my ASP Code how do I reference the above value? Eg: RS.Fields("ALIAS") returns an 'Exception occured' error.
Thanks...
Rich.