Bug #11928 | Overflow exception when using MySql.DbType.Byte in Parameter | ||
---|---|---|---|
Submitted: | 13 Jul 2005 23:33 | Modified: | 14 Jul 2005 2:10 |
Reporter: | James Duerr | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 1.0.4 | OS: | Windows (Windows XP Home) |
Assigned to: | CPU Architecture: | Any |
[13 Jul 2005 23:33]
James Duerr
[13 Jul 2005 23:40]
James Duerr
Nevermind, I should be using ubyte not byte datatype. Unfortunately the "non-standard" with this from C# perspective (Byte being unsigned and SByte being signed, where all others Uvariable is the unsigned version and as standard it's signed).
[14 Jul 2005 2:10]
Reggie Burnett
No problem. It is backwards and confusing.