there is a image column in a form, after choosing the pictures , it cannot update to the sql server database.
the error is :
SQLState: 22018 Error Code: 206 Message: [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Operand type clash: text is incompatible with image
but the field in the database is image type, I don’t know what cause the text incompatible problem.
is this a bug ?