[ODBC-326] Connecting Excel with MariaDB through Microsoft Query - String data right truncated Created: 2021-07-01 Updated: 2021-08-03 Resolved: 2021-08-02 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | 3.1.13 |
| Fix Version/s: | 3.1.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | Anel Husakovic | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows |
||
| Attachments: |
|
||||||||||||||||
| Issue Links: |
|
||||||||||||||||
| Description |
|
When following this link: While when doing Data -> From other sources -> From Data Connection Wizard -> ODBC DSN it works, like here https://dba.stackexchange.com/questions/192083/excel-query-using-mariadb-odbc-driver Is this something specific to "Microsoft Query" GUI or on MariaDB connector side? |
| Comments |
| Comment by Lawrin Novitsky [ 2021-08-02 ] |
|
The problem was in incorrect processing of SQL_C_DEFAULT bind type for result columns, used by MS query to read API call results. |
| Comment by Anel Husakovic [ 2021-08-03 ] |
|
Lawrin |