c-treeACE SQL Explorer was sometimes seen to return an error or display garbage when using a Unicode-enabled server and creating a table with a non-Unicode character column. When the server is Unicode enabled, columns of type Char must be set to NChar in sqlda types array since they are always treated as NChar even if the table type is Char. This behavior has been corrected.