
Running MyDAC v3.50.0.16 with Delphi 5 on MySQL 4.0.23-classic
I have a problem with getting a error message out of my program, for a simple Select statement that fails.
None of the OnError events cath the fault. It does get trapped into the Except-End loop. Is there any why I can get an error message from within that loop?
Btw. if I copy the Select statement from my errorlog and paste it in the query browser it works!!!