Commandtimeout

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
rivera
Posts: 3
Joined: Tue 03 Jul 2007 09:18

Commandtimeout

Post by rivera » Mon 17 Dec 2007 15:15

Hello,

I use VB.NET 2005, How Can I change the default commandtimeout value?

Thanks

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Mon 17 Dec 2007 16:34

Hello,

You can drag&drop MySqlCommand component onto your form in design time.
Then you are able to modify the "CommandTimeout" property in Properties Window.

Best wishes.

rivera
Posts: 3
Joined: Tue 03 Jul 2007 09:18

Post by rivera » Mon 17 Dec 2007 16:42

I have a project with a lot of MysqlCommand Object, and I want to change the default value of timeout for all files in the project.

Thanks

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Tue 18 Dec 2007 09:19

MyDirect .NET components follow standard ADO.NET architecture, where the default property values are hardcoded.

Post Reply