$ 0 0 What kind of data is stored in the string? If it's a hexadecimal string why don't you store it as BYTE? In TD14 there's TO_BYTES/FROM_BYTES, e.g. select to_bytes('abcde', 'ascii') Dieter
What kind of data is stored in the string? If it's a hexadecimal string why don't you store it as BYTE?
In TD14 there's TO_BYTES/FROM_BYTES, e.g. select to_bytes('abcde', 'ascii')
Dieter