Page 1 of 1

Commandtimeout

Posted: Mon 17 Dec 2007 15:15
by rivera
Hello,

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

Thanks

Posted: Mon 17 Dec 2007 16:34
by Alexey.mdr
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.

Posted: Mon 17 Dec 2007 16:42
by rivera
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

Posted: Tue 18 Dec 2007 09:19
by Alexey.mdr
MyDirect .NET components follow standard ADO.NET architecture, where the default property values are hardcoded.