>>-SET--CURRENT FUNCTION PATH----+------+--DB2TX, ...---------->< '- = --'
Use the SQL statement SET CURRENT FUNCTION PATH to add DB2TX to your current path names so that SQL can find the Text Extender UDFs. If you decide not to do this, you can qualify the UDF names explicitly by typing, for example, DB2TX.CONTAINS for the CONTAINS UDF.
The examples in this chapter use the qualified form for Text Extender functions. You can use the example statements exactly as they are written without having to set the current function path.
Tip |
---|
Remember to set the current function path each time you connect to a database. |