Using Direct Mode and Username is Chinese problem

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
phil4000
Posts: 1
Joined: Wed 30 Apr 2008 03:14

Using Direct Mode and Username is Chinese problem

Post by phil4000 » Wed 30 Apr 2008 03:47

OraSession.Option.Direct = true;
OraSession.Username = '中文'; <-Chinese Username
set OraSession.Connected = true;
the OraSession show 'ORA-01017:invalid username/password; logon denied''s error message.

Image

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 05 May 2008 07:08

Direct mode does not support national characters in username and password.

Post Reply