Bug #38721 GetOrdinal doesn't accept column names accepted by MySQL 5.0
Submitted: 11 Aug 2008 14:08 Modified: 5 Sep 2008 14:54
Reporter: Carlos Nava Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S1 (Critical)
Version:5.2.2 OS:Windows
Assigned to: CPU Architecture:Any

[11 Aug 2008 14:08] Carlos Nava
Description:
If the column name has an accent the connector is not able to find the ordinal.

How to repeat:
myReader.GetValue(myReader.GetOrdinal("DescripciĆ³n")
[12 Aug 2008 14:28] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/51424
[12 Aug 2008 14:28] Reggie Burnett
fixed in 5.2.3
[5 Sep 2008 14:54] Tony Bedford
An entry has been added to the 5.2.3 changelog:

The GetOrdinal() method failed to return the ordinal if the column name string contained an accent.