Bug #6323 | MySqlDataReader.GetBytes + .getChars throws Exception | ||
---|---|---|---|
Submitted: | 29 Oct 2004 15:14 | Modified: | 9 Nov 2004 22:26 |
Reporter: | Jochen Hamleh | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | 1.0.1.12619 | OS: | Windows (Windows 2000) |
Assigned to: | Reggie Burnett | CPU Architecture: | Any |
[29 Oct 2004 15:14]
Jochen Hamleh
[9 Nov 2004 22:26]
Reggie Burnett
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.mysql.com/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to 'Open'. Thank you for your interest in MySQL. Additional info: I am unable to repeat this behavior. If you want to send me a small application that shows this behavior, I will be happy to look at it again.
[10 Nov 2004 11:21]
Jochen Hamleh
Hi Reggie, I found an easy solution for this problem. The problem only occured when the ExecuteReader-Method of the MySqlCommand-Class is called with parameter CommandBehavior.SequentialAccess. Without parameters the method works fine. Is there probably a problem with the SequentialAccess-Behavior of the ExecuteReader-Method ? You can set the status of this bug to closed. (Now I have another problem with the bug #6322 ...) Best regards, Jochen