Hi,
I have a strange error while updating fields in a MySQL-table.
I the message:
Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. You have to change some columns to TEXT or BLOBs
The command I use is
UPDATE instel SET FACT_TOTA3='Total' WHERE ID = 15
The command is working everywhere very nice, only in one table with 169 fields it is not working if I want to update from field 151.
What can be the problem?
Thanks
Marc