Skip to content

Error with BLOB column #81

Description

@mpriala-code

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

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions