Scalar Functions
You can use scalar functions in SQL statements with the following syntax:
{fn scalar-function}
where scalar-function is a scalar function supported by the Pervasive PSQL ADO.NET Data Provider.
Example:
SELECT {fn UCASE(NAME)} FROM EMP
Table 68 lists the scalar functions supported.