Main Logon error messages

bcr

Member
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
 
This is currently not possible, but we have a TOracleLogOn.OnError event on out to do list for the next release.

------------------
Marco Kalter
Allround Automations
 
Back
Top