INF: Updating Values in Columns Used by dbqual in Browse Mode

ID Number: Q45256

1.00 1.10 1.11 4.20

OS/2

Summary:

In browse mode, if an update results in a change to the value in the

column dbqual has chosen to identify the row, the same thing happens

as when you modify a column that you have included in your WHERE

clause. For example:

UPDATE TEST SET C1='newval'

WHERE C1='oldval'

The value is changed.