Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
3.0.0, 2.0.15
-
None
-
None
-
None
-
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.
Any idea how to fix this problem?
Thank you very much.