C cptngrb Member² Jun 9, 2018 #1 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
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
Marco Kalter Administrator Staff member Jun 9, 2018 #1 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.
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.