Anyway to set default timeout for sqlcommand?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
lyc
Posts: 3
Joined: Wed 21 Sep 2005 09:50

Anyway to set default timeout for sqlcommand?

Post by lyc » Wed 05 Oct 2005 16:55

Anyway to set default timeout for sqlcommand?

Serious

Post by Serious » Thu 06 Oct 2005 08:59

See MySqlCommand.CommandTimeout property.
This property gets or sets the time (in seconds) to wait for the command to execute. The default value is 30 seconds.

Post Reply