Myscript exceptions

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
pviau

Myscript exceptions

Post by pviau » Tue 11 Oct 2005 21:13

I'm using ver 3.55 of mydac, I'm using a myscript and when I get an exception because of lost connection etc... it does not get caught inside my try except block.

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Wed 12 Oct 2005 07:00

Use MyScript.OnError event handler

Post Reply