bcollinsmoose
IS-IT--Management
Is there a function that can be used on the SQL server that correlates to the REPLACE function in FoxPro?
I.E., I have a table with a blank field in each record (same blank field for each record). In FoxPro I can use a simple replace statement to replace the data in the field. Like:
REPLACE BlankField with "Today is a great day" for recno() > 0.
Is there any kind of function(s) that will do the same? I want to use this through ASP code.
I.E., I have a table with a blank field in each record (same blank field for each record). In FoxPro I can use a simple replace statement to replace the data in the field. Like:
REPLACE BlankField with "Today is a great day" for recno() > 0.
Is there any kind of function(s) that will do the same? I want to use this through ASP code.