Page 1 of 1

I find a error for oracle in Direct Mode about nvarchar2

Posted: Thu 04 Feb 2010 02:57
by daizhicun
Hello.

I like use UniDAC.

I have use UniDAC make a oracle tools.

But just now, I find a bug for oracle in Direct Mode about nvarchar2

the Chinese can not show completely.



My UniConnection Set is :
object oraSession: TUniConnection
ProviderName = 'Oracle'
SpecificOptions.Strings = (
'Oracle.UseUnicode=True'
'Oracle.Direct=True')
Options.DisconnectedMode = True
LoginPrompt = False
Left = 168
Top = 128
end

Or:

object oraSession: TUniConnection
ProviderName = 'Oracle'
SpecificOptions.Strings = (

'Oracle.Direct=True')
Options.DisconnectedMode = True
LoginPrompt = False
Left = 168
Top = 128
end

they all can't show completely.

I use TOAD , it has Direct mode too.
It test it ,it has no this error.

I hope this is not a bug.
perhaps my TUniConnection or TUniQuery Set is not right.
if my set is not right .please how can i set it.


Image

Image