-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
When performing a BulkInsert into a MySQL (8.X and 9.3) table with a BLOB column (SNAPSHOT) from a VB.NET Byte() column, the operation fails with the error:
Cannot convert string '\xFF\xD8\xFF\xE0\x00\x10...' from binary to utf8mb4
- Z.BulkOperations v2.13.15.
- Table Charset: utf8mb4
- Table Collation: utf8mb4_0900_ai_ci
- The issue occurs even if the Byte() array contains valid BLOB data.
- The LogDump: -- @0_16: (Type = String, Size = 16777215)
Thanks for the help.
Kind Regards
Marin
Metadata
Metadata
Assignees
Labels
No labels