Previous Topic Next topic Print topic


DECDEL

Eliminates the need for OpenESQL to call the routine GetLocaleInfo for any variable that would store decimal data. This routine is called every time the variable is accessed to return the decimal delimiter used. In most cases, this is a period or comma. The options for this directive are:
DECDEL=PERIOD Always use a period as a decimal delimiter
DECDEL=COMMA Always use a comma as a decimal delimiter
DECDEL=LOCAL Call GetLocaleInfo one time to get the decimal delimiter

Syntax:

DECDEL={PERIOD | COMMA | LOCAL}
NODECDEL

Properties:

Default: NODECDEL, which causes OpenESQL to call GetLocaleInfo every time a decimal variable is referenced.

Scope:

Used at compile time: No
Behavior at run time: Process

See Scope - OpenESQL SQL Compiler Directive Options for more information.

Previous Topic Next topic Print topic