E
Eric
Hi,
I use the native OleDb driver for MySql from ByteFx in my c# application.
When i try to set the command timeout on a MySqlCommand object I get the
following exception:
Unhandled Exception: System.NotSupportedException: Specified method is not
supported.
at ByteFX.Data.MySqlClient.MySqlCommand.set_CommandTimeout(Int32 value)
Any idea why this functionality isn't implemented or alternatives to shorten
the command timeout?
Thanks in advance
I use the native OleDb driver for MySql from ByteFx in my c# application.
When i try to set the command timeout on a MySqlCommand object I get the
following exception:
Unhandled Exception: System.NotSupportedException: Specified method is not
supported.
at ByteFX.Data.MySqlClient.MySqlCommand.set_CommandTimeout(Int32 value)
Any idea why this functionality isn't implemented or alternatives to shorten
the command timeout?
Thanks in advance