I have downloaded the latest version of mysql connector/net.
When I make a select of only one textfield (like "select text from table") it gives wrong values. It looks like the wrong length of the field is choosen on binary level.
When I select more fields, it is ok (like "select text,id from table").
These are both results:
Wrong = "ÀÃÅÍÒÑÒÂÎ"ÎÎÎ
OK = scs
It happens only sometimes.
When I make a select of only one textfield (like "select text from table") it gives wrong values. It looks like the wrong length of the field is choosen on binary level.
When I select more fields, it is ok (like "select text,id from table").
These are both results:
Wrong = "ÀÃÅÍÒÑÒÂÎ"ÎÎÎ
OK = scs
It happens only sometimes.