RPC calls with non-Unicode Adaptive Server database

PowerBuilder can access Unicode data in Unichar and Univarchar columns in Adaptive Server® Enterprise databases that do not use a Unicode character set. You must set the UTF8 database parameter to 1 and configure the server to support both Adaptive Server direct conversions and Unicode conversions. To configure the server, the database administrator must run the following command:

sp_configure, "enable Unicode conversion", 1

Declare procedure calls work correctly with this configuration, but RPC calls that use these columns are not currently supported. [CR 378850]