Kbase 12133: C-ISAM Initial Value of TODAY not supported
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
C-ISAM Initial Value of TODAY not supported
THE C-ISAM GATEWAY DOES NOT SUPPORT THE INITIAL VALUE OF TODAY
In the Data Dictionary, if you try to specify "today" as the
initial value of a date datatype field, PROGRESS displays the
following error message.
"Initial value of TODAY is not supported"
Workaround: This restriction is limited to the Data Dictionary. You
can specify the initial value of today in a 4GL procedure.
The following code is an example.
CREATE order.
ASSIGN odate = today.
UPDATE order.
This issue is fixed in the following PROGRESS releases.
6.2O
6.2P
6.3C
6.3D
6.3E
7.2C
Progress Software Technical Support Note # 12133