Can I change error message when calling TOraLogon.Execute method? I want to show other (my own) message than ORA-01017 invalid username/password.... etc.
Is there a way to do it?
(I don't want to do it that way:
try
oraSession.LogOn;
except
...
end;
with my own logon dialog)
------------------
--
Bartosz Czerwonka
Is there a way to do it?
(I don't want to do it that way:
try
oraSession.LogOn;
except
...
end;
with my own logon dialog)
------------------
--
Bartosz Czerwonka