Skip to main content
felixr
January 31, 2022
Question

Error updating database through stored procedure :java.sql.SQLSyntaxErrorException: (conn=2427631) Incorrect string value: '\\xAC\\xED\\x00\\x05ur...' for column ``.``.`QuickId` at row 4

  • January 31, 2022
  • 6 replies
  • 0 views

I'm trying to update     with a  stored procedure but  the procedure doesn't work   these are some pictures 

not even this stored procedure works i don't know why 

    6 replies

    danny.verb
    January 31, 2022

    MariaDB does not allow for update statements with stored procedures docs.appian.com/.../Mariadb_Upgrade_Guide.html

    January 31, 2022

    Danny, what about Delete ? is it allowed ?

    danny.verb
    January 31, 2022

    No, if you open the link it will show a table of unsupported statements