Hello,
is there any way how to prevent of interupting of autoit script after error during _MySQLConnect?
I not use local MySQL DB, but DB on internet. I can test ping for DB server, but server can be ok, but MySQL servie can be down and in this case I get error (The requested action with this object has failed) and autoit script is terminated. I need to catch error and prevent terminating of autoit script.
Can anybody help me?
Thanks for any ideas
Libor