Jump to content
afturk

Delphi 12 with the ODAC

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×