When connecting to MySQL running on Linux server from
a windows server, and executing a query which returns
large result set (1000), the following error message is
displayed "Unknown transmission status: sequence out
of order".
yr98004@yahoo.com.
Logged In: YES
user_id=523261
What version of the provider are you using? This has been
fixed in 0.76
Logged In: YES
user_id=997518
I had the same problem when using an OleDB connector and
resolved it by simply retrieving the field name, i.e.
instead of doing datareader.getstring(0) to extract data
from a query, i tried datareader.Item("fieldName") and
everything worked out. However i experienced this problem
with an oleDB connector and NOT bytefx's.
Logged In: YES
user_id=1034696
Im running 0.76 and im still having the problem, with the
executenonquery operation, like an insert.
any idea what is the problem???