WinXP sp3, Delphi 5, ODAC 9.4.14 for Delphi 5
OraSession setting below:
Code: Select all
OraSession1.Options.Net:=true;
OraSession1.Options.Direct:=True;
OraSession1.LoginPrompt:=false;
OraSession1.ConnectString:= 'Direct=True;Server=’ + ServerIP + ’;Port=' + PORT +
';SID=' + SID + ';
User ID=' + UserID +';
Password=' + PWD ;
OraSession1.Server := ServerIP+ ':' + PORT + ':' + SID ;
I load clob field content in TRichEdit.
Garbled in above, Correct in below.
Why?