|
When I used ADOConnection to connect, in order to determine whether the connection was normal, I added a statement to catch the exception. When a connection error occurred, I started a timer and started a new thread in the timer event to retry the connection. But at this time, the program seemed to die, and nothing happened. I would like to ask experts, what is the cause of this, and any good solutions? |
|