Consultor Eletrônico



Kbase P109024: Unknown value is not being assigned to the database
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/31/2006
Status: Unverified

FACT(s) (Environment):

MS SQL DataServer

SYMPTOM(s):

Unknown value is not being assigned to the database

Multiple logical fields exist in a table

CAUSE:

This is a known issue being investigated by Development

FIX:

The workaround is to assign the same logical field with unknown value (?) twice.

Example:

ASSIGN ...
logical_field1 = "no"
logical_field2 = ?
logical_field2 = ?
...
.