Whether the specified column is updatable. Each updatable column is included in the SQL statement that the Update function sends to the database. All updatable columns should be in the same database table.
Column controls
PocketBuilder dot notation:
dw_control.Object.columnname.Update
Describe and Modify argument:
"columnname.Update { = value }"
Parameter |
Description |
---|---|
columnname |
The column for which you want to get or set the updatable status |
value |
Whether the column is updatable. Values are:
|
Set the value using Rows>Update Properties, Updatable Columns option
string setting
setting = dw_1.Object.emp_name.Update
dw_1.Object.emp_name.Update = "No"
setting = dw_1.Describe("emp_name.Update")
dw_1.Modify("emp_name.Update=No")
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |