LOBs
You can handle LOBs on Non-AutoCommit Mode in ALTIBASE HDB.
Therefore, Before you try to handle LOBs objects, you have to change commit-mode to Non-AutoCommit-Mode in your application.
If you handle LOB objects in auto-commit mode, you can see an error message as follows.
BLOB
Sample Code occurred after insertion of text using host-variable, select it.
CLOB
Sample Code occurred after insertion of text using host-variable, select it.