Question
Can this be formatted?
I have a column in my SQL Server DB that stores the full
address of a
customer. This is stored as a formatted string eg. 'The Croft, 22 Liddle
Lane, LittleTown, Big City, BB5 2AA'.
The problem is that I now need this to display in the HTML as a
conventionally formatted address with carriage returns after every comma,
straight from the recordset ie:
The Croft,
22 Liddle Lane,
LittleTown,
etc.
Is this possible?
customer. This is stored as a formatted string eg. 'The Croft, 22 Liddle
Lane, LittleTown, Big City, BB5 2AA'.
The problem is that I now need this to display in the HTML as a
conventionally formatted address with carriage returns after every comma,
straight from the recordset ie:
The Croft,
22 Liddle Lane,
LittleTown,
etc.
Is this possible?
