Subject Re: problem with blob field
Author banayz
I use the FreeUDFLib Library
(www.cvalde.com/utilities/freeudflib.zip)

the query string to insert is :

insert into table (nameField) values (F_STRBLOB('This is the text
that don't accept 256 chars...'))

This query works whith this text, but no longer 256 chars.



Thanks,

Rodrigo Albanaz


--- In ib-support@y..., "Thomas Steinmaurer" <ts@i...> wrote:

> How was the UDF declared in your database and how do you use it?
>
> Do you specify the character set ISO8859_1 at connect time? Are
> there any special characters within the string field on which
> the UDF is used?