Icon Functions

Removed Functions
The following are the functions that have been removed:

RemovedDescription
MODThis function is no longer necessary. You may use the MOD operator instead with ElevateDB.
LASTAUTOINC
IDENT_CURRENT
These functions are no longer necessary. ElevateDB procedures and functions can retrieve the assigned IDENTITY value for a column using the FETCH statement on a cursor.
TEXTOCCURSThis function is no longer supported.
YEARSFROMMSECS
DAYSFROMMSECS
HOURSFROMMSECS
MINSFROMMSECS
SECSFROMMSECS
MSECSFROMMSECS
These functions are no longer necessary. ElevateDB supports the standard SQL date and time interval types. Please see the Interval Types topic for more information.

Function Changes
The following are the changes to the functions:

ChangedDescription
SUBSTRINGThe alternate SUBSTR syntax is now acceptable.
TEXTSEARCHThis function has been changed to the CONTAINS and DOES NOT CONTAIN operators.

New Functions
The following are the new functions:

NewDescription
None
Image