Page 1 of 1

Should unicode characters in the SQL text work with D7??

Posted: Thu 19 Mar 2009 07:06
by tkdsong
Should unicode characters in the SQL query text work with Delphi7 and the ODAC Professional Edition v.6.7??
and the Direct mode doing support??
I'm running Windows XP SP2
Delphi7 Win32
Oracle 9i

Posted: Thu 19 Mar 2009 08:35
by Plash
No, Unicode characters in the SQL property are not supported.

You can use this feature only in Delphi 2009 or special Unicode build of ODAC for Delphi 2007.

Posted: Thu 19 Mar 2009 09:19
by tkdsong
Thanks for Reply, Plash