Bug #6159 | BUG in MySqlDataAdapter.Fill and MySqlDataReader.Read() Duplicate DBNull Value | ||
---|---|---|---|
Submitted: | 19 Oct 2004 16:25 | Modified: | 21 Oct 2004 0:56 |
Reporter: | ale pac | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 1.0.0 | OS: | Windows (Windows XP) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[19 Oct 2004 16:25]
ale pac
[19 Oct 2004 17:35]
ale pac
<<<<<<<<<<< solution <<<<<< To Solve this problem Add Code colValue.IsNull = false; in function public virtual void SetTextData in file Field.Cs public virtual void SetTextData( ... { if (len == -1) { ..... // Set IsNull To True } colValue.IsNull = false; // Set Is Null To False and the same for Function SetBinaryData( in file Field41.cs
[21 Oct 2004 0:56]
Reggie Burnett
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Because of this, we hope you add your comments to the original bug instead. Thank you for your interest in MySQL. Additional info: This bug has already been reported and fixed.