Values for specifying how DataWindow data will be updated in the database.
PocketBuilder enumerated value  | 
Web DataWindow  | 
Numeric value  | 
Meaning  | 
|---|---|---|---|
NotModified!  | 
NotModified  | 
0  | 
The information in the row or column is unchanged from what was retrieved.  | 
DataModified!  | 
DataModified  | 
1  | 
The information in the column or one of the columns in the row has changed since it was retrieved.  | 
New!  | 
New  | 
2  | 
The row is new but no values have been specified for its columns. (Applies to rows only, not to individual columns.)  | 
NewModified!  | 
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. (Applies to rows only, not to individual columns.)  | 
SetItemStatus describes how to change individual item statuses and how the status affects the SQL statements that update the database.
| Copyright © 2004. Sybase Inc. All rights reserved. | 
 
 | 
|