ValueToDBCValue Method
Class: _DBC_Connector
This method convert value to DBC property value.
Note
This method is called automaticaly from _DBC::ValueToDBCValue() if _DBC::oConnector object defined.
=
Object.ValueToDBCValue
Parameter
liType
Type Integer
Direction Input
Property value type. For retrieving type value use method _DBC::GetValueType().
luValue
Value
Direction Input
Return value String
If the method succeeds, the return value is converted value.

If the method fails (you cannot convert value to dbc value), the return value must be .NULL. as string.


See also
Expand/Collapse source code of procedure ValueToDBCValue Source Code
      LPARAMETERS liType,luValue
      * liType  - Property type
      * luValue - Property value


      RETURN .NULL.