Timeout? How to set?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
hokiebird2

Timeout? How to set?

Post by hokiebird2 » Mon 24 Apr 2006 15:29

I keep experiencing timeouts when using the

CoreLab.MySql.MySqlScript.execute to execute many sql statements.

I've noticed I get a "Lost connection with server" at around 5 minutes, although I can see the last query statement still running on teh server itself.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 25 Apr 2006 11:20

Send us small test project if possible to reproduce the problem; it is
desirable to use 'test' schema objects, otherwise include definition of
your own database objects. Do not use third party components.
If it is impossible for you to create test project please send us a piece of
your code where the error occurs.

Post Reply