afturk 0 Posted August 2 Hello, We are using Delphi 12 with the ODAC component for Oracle databases. We are encountering an issue where parameter values are being assigned Chinese text. For example, in the SQL monitor, the parameter values appear as follows: KEY=['猀愀愀琀攀开最漀爀攀开最攀氀猀椀渀'] Has anyone encountered this issue before? How can we resolve it? Share this post Link to post
aehimself 396 Posted August 2 Seems to be like encoding. Make sure that encoding is set properly, and also if the text gets scrambled at logging or not (check .AsBytes property and verify if value is a valid UTF8 / UTF16 / ANSI string) Share this post Link to post