Ticket #552 (closed defect: fixed)
Managed StringElement garbles the .net string assigned to it
| Reported by: | jng | Owned by: | gregboone |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | FDO API | Version: | 3.4.0 |
| Severity: | 1 | Keywords: | |
| Cc: | External ID: |
Description
Create a ODBC provider connection to MSTest.mdb in the GenericRdbms? unit test directory
Execute an IDescribeSchema with:
SchemaName? = "Fdo" ClassNames? = { <any table in that database> }
The execution will fail, and the provider will report the following message:
Unable to find class '<table name>'
The only thing here is that <table name> has been somehow garbled by the provider, and I am assuming it is trying to execute under this garbled name.
For example: 'Cities' gets turned into 'ቈܮties' by the provider.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

