Hi,
I'm trying to update a
string in a field in DB2. The string contains special characters, but I don't want to modify the string. I've tried updating the string inside a tool (DbVisualizer) and also using a plain SQL update.
The string looks something like this
where I'm trying to add 4 chars to the ReportName to become ReportName
_Dev. (This is all one long string. I just broke it up so it would fit on the screen better)
The tool says "There were problems saving to the database table. Review the list, do the necessary changes and try again.
Note: DbVisualizer use bind variables when executing these statements. The effect of this is that the SQL listed below may not be 100% compliant with data formats for the target database i.e. they may fail to execute in for example the SQL Commander."
A straight SQL gives me this message: [Code: -4463, SQL State: 42601] [jcc][t4][1061][10303][4.22.29]
Escape syntax error. See attached Throwable for details. ERRORCODE=-4463, SQLSTATE=42601
Any ideas on how this can be updated in the table without modifying the string (the href / url) would be appreciated.