Hi,
I concatenate an address in SQL and when I call the data in the ASP page I see all the commas where there is no address. I want to eliminate the commas.
For example:
123 Elm Street, Miami, FL 20333
If there is no adress it shows as:
, ,
on the page.
I am sure this an easy fix, but not for me....
THANKS!
I concatenate an address in SQL and when I call the data in the ASP page I see all the commas where there is no address. I want to eliminate the commas.
For example:
123 Elm Street, Miami, FL 20333
If there is no adress it shows as:
, ,
on the page.
I am sure this an easy fix, but not for me....
THANKS!