[ODBC-52] Use recordset and return Invalid string or buffer length when the value is '' (not null) Created: 2016-09-05 Updated: 2016-09-07 Resolved: 2016-09-07 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | None |
| Affects Version/s: | 2.0.11 |
| Fix Version/s: | 2.0.12 |
| Type: | Bug | Priority: | Major |
| Reporter: | Su, Jun-Ming | Assignee: | Lawrin Novitsky |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 2008 R2 64 bits, IIS 7.5, ASP Classic |
||
| Description |
|
There is a simple schema "test", and a table "testtable", and there is only column "testc" for char(10). There is only one row in test.testtable, and the value is '' (not null) when the asp use recordset to retrive the row for test,testtable,like this it always return I need to change the sql statement to It can be worked, why doesnt return '' for this case? Thanks. |
| Comments |
| Comment by Lawrin Novitsky [ 2016-09-05 ] |
|
Thank you for your bug report! Most probably it is a duplicate of |
| Comment by Su, Jun-Ming [ 2016-09-05 ] |
|
Thank you, I had seen the |
| Comment by Lawrin Novitsky [ 2016-09-07 ] |
|
I have verified that is duplicate of |