Page 1 of 1

MySQL Timeout

Posted: Tue Oct 02, 2012 7:49 am
by mietzekotze
Hello guys,

I have an Report, which queries its data from a MySQL-Server. Now I have the problem, that I do a very complex query, which takes some time and so get a timeout everytime. I use the 2012.1.1300 MySQL-Connector in my application. In the editor is no such option like "Command Timeout", so how can I increase the timeout-time?

Regards

Re: MySQL Timeout

Posted: Tue Oct 02, 2012 10:32 am
by Alex K.
Hello,

Please set the CommandTimeout property fro DataSource.

Thank you.