Someone knows exactly what this error means in firebird
This column can not be updated because it is derived from an SQL function or expression.Attempted update of read-only column.
In codeigniter:
A PHP Error was encountered
Severity: Warning
Message: ibase_query (): attempted update of read-only column
Filename: firebird / firebird_driver.php
Line Number: 607
In line 607 it is a function insert_blob (), where it converts string to blob. I'm not going to put the query because I can not change it, so it's not the case that I write the sql, but if someone knows exactly what it means, I'll thank them. It happens to me when I try to insert data into a certain table.
Greetings and I hope you can help me