Description
Values for specifying how DataWindow data will be updated in the database.
Values
PowerBuilder enumerated value |
Numeric value |
Meaning |
---|---|---|
NotModified! |
0 |
The information in the row or column is unchanged from what was retrieved. |
DataModified! |
1 |
The information in the column or one of the columns in the row has changed since it was retrieved. |
New! |
2 |
The row is new but no values have been specified for its columns. (Applies to rows only, not to individual columns.) |
NewModified! |
3 |
The row is new, and values have been assigned to its columns. In addition to changes caused by user entry or the SetItem method, a new row gets the status NewModified when one of its columns has a default value. (Apples to rows only, not to individual columns.) |
See also
SetItemStatus describes how to change individual item statuses and how the status affects the SQL statements that update the database.