Links

MSCEWI4016

Translation for ODBC Scalar function pending

Severity

Medium

Description

This EWI is added when SnowConvert finds a ODBC Scalar function inside the input code. User defined functions are not supported in ODBC Scalar Function.

Code Example

Input Code:

SELECT {fn CURRENT_DATE()};

Output Code:

SELECT PUBLIC.ODBC_UDF('{fn PUBLIC.CURRENT_DATE_UDF(\'CURRENT_DATE()\') /*** MSC-ERROR - MSCEWI1031 - CURRENT_DATE FUNCTION NOT SUPPORTED ***/}') /*** MSC-ERROR - MSCEWI4016 - USER DEFINED FUNCTIONS ARE NOT SUPPORTED IN ODBC SCALAR FUNCTION. ***/;

Recommendations

  • No additional user actions are required, it is just informative.
  • For more support, you can email us at [email protected] or post a message to our forums. If you have a contract for support with Mobilize.Net, reach out to your sales engineer and they can direct your support needs.