The information in this article applies to:
SYMPTOMSFalse is alwasy returned when calling the IsNull() or IsEmpty() functions on the getValue() method of the Visual InterDev 6.0 Recordset Design-Time Control (DTC) fields collection. This occurs even if there is nothing in the field or the field is null as in the following example:
CAUSE
Null and Empty are special values for variables. An empty string does not equal Empty or Null.
RESOLUTIONTo test for an empty field with the getValue() method, compare the value to an empty string (""):
STATUSThis behavior is by design. Additional query words:
Keywords : kbScript kbVisID600 kbGrpASP |
Last Reviewed: May 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |