dbName
property (DataWindow object)
Description
The name of the database column. PowerBuilder uses this value to
construct the update syntax.
Applies to
Column controls
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.columnname.dbName |
Describe and Modify argument:
|
1 |
"columnname.dbName { = ' dbcolumnname ' }" |
|
Parameter |
Description |
|---|---|
|
columnname |
The name of the column for which you want the name |
|
dbcolumnname |
The name of the database column associated with |
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 2 3 4 |
dbcol = dw1.Object.emp_id.dbName dw1.Object.emp_id.dbName = "emp_id" dbcol = dw1.Describe("emp_id.dbName") dw1.Modify("emp_id.dbName='emp_id'") |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest