Contents|Index|Previous|Next

Scalar Functions

ODBC specifies five types of scalar functions:

odbc00090000.gif String functions

odbc00090000.gif Numeric functions

odbc00090000.gif Time and date functions

odbc00090000.gif System functions

odbc00090000.gif Data type conversion functions

The following sections list functions by function type. Descriptions include associated syntax.

ODBC does not mandate a data type for return values from scalar functions as the functions are often data sourcespecific. Applications should use the CONVERT scalar function whenever possible to force data type conversion.