dbName DataWindow object property
Description
The name of the database column. The DataWindow server uses this value
to construct the update syntax.
Controls
Column controls
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>columnname.</span>dbName |
Describe and Modify argument:
1 |
"<span>columnname.</span>dbName { = '<span> dbcolumnname</span> ' }" |
Parameter |
Description |
---|---|
columnname |
The name of the column for which you |
dbcolumnname |
The name of the database column associated |
Usage
DbName is the name of the database column in the format tablename.columnname.
The value of dbName does not include the quotes that can be part
of the SQL syntax.
In the painter
The Syntax view in the SQL Select
painter displays the database column names (they can be shown with
quotes).
Examples
1 |
dbcol = dw1.Object.emp_id.dbName |
1 |
dw1.Object.emp_id.dbName = "emp_id" |
1 |
dbcol = dw1.Describe("emp_id.dbName") |
1 |
dw1.Modify("emp_id.dbName='emp_id'") |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest