HELP..!!! Don't Show Errors

rdltorre

Member
I have one project with DOA components and Delphi 5, when i do a wrong SQL, the project don't show no one error message, but on other project it show me error messages.
Why don't show me errors ??

Does anybody knows how to resolve this ??

Thanks.

Roberto de la Torre
 
If the application does not show error messages for exceptions, then I can only assume that you explicitly handle them.

Any database error will lead to an EOracleError or (for the TOracleDataSet) to an EDatabaseError. If you don't handle these exceptions, the default Delphi/C++Builder exception handler will display it in a messagebox.

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