I need to make changes to an address field. As an example an address needs to be changed from "123 CO RD J" to "123 COUNTY ROAD J" or "1234 SH 108" to "1234 STATE HIGHWAY 108"
IE change "CO RD" to "COUNTY ROAD" for all occurances in an address string. "CO RD" will NOT always be in the same position of the field.
I need to read the SQL record, manipulate the field and then write the new recalculated string back to the field.
Thanks in advance for suggestions.
Doug
IE change "CO RD" to "COUNTY ROAD" for all occurances in an address string. "CO RD" will NOT always be in the same position of the field.
I need to read the SQL record, manipulate the field and then write the new recalculated string back to the field.
Thanks in advance for suggestions.
Doug