I posted some info on this a while ago, but at the time I
did not have any evidence it was a bug in the driver.
Since we have a mission critical application running on
the driver we did extensive testing and came to the
conclusion that using the driver to issue a "LOAD DATA
INFILE" query works perfectly on all Belgium ADSL
networks but instantly fails on the Cable network in
belgium.
While uploading the data an exception occurs related to
ReadPacketFromServer()
Without changing any code (except for capital letters) I
swichted the app from MySqlNet to the other MySql
data provider for .NET which is also available on SF.NET
(The one that uses the native MySql C library)
I realize this might be a very hard bug to trace as it
seems to be network technology specific, but let me
know if I can provide you with the information you need
to debug it.
Tim