Page 1 of 1

Setting the computer date causes "Lost connection to MySql server during query"

Posted: Sun 23 Jul 2006 14:29
by Zsolt Csillag
Hello,

Problem:
- I start my program
- I set the year of the computer with 1 year later
- The "Lost connection to MySql server during query" occurs right after I make ANY data related task (for instance click on the next record in a DbGrid)

It is interesting that if I set the year to one year before then I don't get
this message.

This thing is very important to me since I would like to check if the customer didn't change the time of the computer.

Thank you in advance

Zsolt Csillag
Hungary

Posted: Mon 24 Jul 2006 08:20
by Antaeus
MyDAC gets the error from network after changing system date. After getting network error MyDAC raises error on the client. So, MyDAC is not the reason of this problem.