InfoMaker 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
[CR 378850]