Skip to contents

Replace a value in a field Will replace all occurrences of this value in the specified field. There is no way to restrict the change to specific records. For that purpose, use `setValueInField()`.

Usage

replaceValueInField(dbComm, tableName, field, oldValue, newValue)

Arguments

dbComm

DbComm connection object

tableName

Name of table in database, wildcards are permitted

field

table column (field) name see mappings

oldValue

Value to be replaced

See also

`setValueInField`