[fdo-trac] #730: GenericRdbms: cannot select from column with
non-ASCII7 name
FDO
trac_fdo at osgeo.org
Fri Nov 26 14:51:45 EST 2010
#730: GenericRdbms: cannot select from column with non-ASCII7 name
-----------------------------+----------------------------------------------
Reporter: brentrobinson | Owner: brentrobinson
Type: defect | Status: new
Priority: major | Milestone: 3.6.0
Component: FDO API | Version: 3.6.0
Severity: 2 | Keywords: locale non-ASCII7 column name
External_id: |
-----------------------------+----------------------------------------------
Steps:
* Create an MS Access database with one table that has a column with an
accented (non-ASCII7) character in the name
* add some rows to the table.
* Write an FDO API application that does the following:
* Sets locale to the current one for the machine (setlocale(""))
* Connects to the database via the ODBC provider
* creates an FdoISelect on the class for the table.
* executes the select
* from the resultant reader, do a ReadNext()
* try to retrieve the value for the column with accented character.
An exception is throw with message "Column -1 not found"
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/730>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list