E.Message is Empty

cptngrb

Member²
try
OraSession.LogOn;
except
on E: Exception do
showmessage('Error: ' +E.Message);
end;

Show only "Error:"

how to understand what is the error? In sources OraSession.LogOn Oracle.pas do not see a null exception
 
Could it be that you are using an Oracle10g or earlier client on Windows 7 or later? If so, you should update to an Oracle11g or later client.
 
Back
Top