CurrentFunctionPath IBM data server driver configuration keyword

Specifies the list of schema names that can be used to resolve function references and data type references in dynamic SQL statements.

Equivalent CLI keyword
CurrentFunctionPath
Equivalent IBM® Data Server Provider for .NET connection string keyword
CurrentFunctionPath
IBM data server driver configuration file syntax
<parameter name="CurrentFunctionPath" value="current_function_path"/>
Default setting:
See following description.
Usage notes:

The CurrentFunctionPath keyword is used to list one or more schema-names, where schema-names are enclosed in double quotation marks and separated by commas.

The default value is the default CURRENT PATH (or CURRENT_PATH) special register setting at the database server.

The CurrentFunctionPath keyword is used to resolve unqualified function and stored procedure references that might be defined in a schema name other than the current user's schema. The order of the schema names determines the order in which the function and procedure names are resolved.

IBM Informix® servers do not support the CurrentFunctionPath keyword. Do not specify the CurrentFunctionPath keyword in a connection to IBM Informix servers.