[ODBC-102] Get ado error when update MEDIUMTEXT field Created: 2017-06-19 Updated: 2017-06-19 |
|
| Status: | Open |
| Project: | MariaDB Connector/ODBC |
| Component/s: | None |
| Affects Version/s: | 3.0.0, 2.0.15 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | ran | Assignee: | Lawrin Novitsky |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 8.1, MariaDB ODBC Driver C++ MFC, ADO |
||
| Description |
|
I'm trying to update a MEDIUMTEXT field with about 5000 characters string use ado update function, the process failed with error 80040e21(Multiple-step operation generated errors. Check each status value). but the mediumtext field should be enough for a 5000 characters string. I also tried connect to the database with MySQL ODBC Driver, everything works fine. |