is there any workaround for bug (can't read varchars larger than 255 chars with fpc + lazarus on linux with firebird 1.5.2)?
is there a way for converting varchar(32000) to blob field without loosing data (on the fly)...
is maybe this solution? i have huge project converted from kylix to lazarus and now i have problem with reading varchar larger than 255 chars...
varchar(32000) and zeosdbo
Moderators: gto, cipto_kh, EgonHugeist
thanks for the tip, works like charm...
thanks again
Code: Select all
update table set mynewfield = myoldfield;