Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

ColType – PB Docs 126 – PowerBuilder Library

ColType – PB Docs 126

ColType DataWindow object property

Description

The datatype of the column or computed field.

Controls

Column and Computed Field controls

Syntax

PowerBuilder dot notation:

Describe argument:

Parameter

Description

controlname

The column for which you want the datatype.
Possible datatypes are:

  • Char (n) – n is
    the number of characters

  • Date

  • DateTime

  • Decimal (n) – n is
    the number of decimal places

  • Int

  • Long

  • Number

  • Real

  • Time

  • Timestamp

  • ULong

Usage

In the painter

The value of ColType is derived from the data or expression you
specify for the control. The value is displayed in the Column Specifications
view.

note.png Date column types

If
you define a DataWindow with a column of type Date and deploy it
with a DBMS that uses the DateTime datatype, set the StaticBind
database parameter to 0 or No. This forces the DataWindow server to get a result
set description before retrieving data and adjust the bind information
if necessary.

For more information, see the StaticBind DBParm
parameter in the online Help.

Examples


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x