In your help file you say
OK greats, I have test this fonctionSetting CharLength to zero will instruct TOraSession to interrogate Oracle server for the actual character length.
Code: Select all
OraSession1.Open;
OraSession1.Options.CharLength := 0;
SHowMessage('CharLength '+IntToStr(OraSession1.Options.CharLength));
You make work this option CharLength ????
Tanks you,