Subject Re: [firebird-support] String Limit
Author Ivan Prenosil
> Can anyone give me idea how big string can I pass to the stored procedure?

32k-1 = 32767 for CHAR,
32k-3 = 32765 for VARCHAR

Limit is in bytes, so e.g. with unicode_fss its one third of that value of characters.

Ivan
http://www.volny.cz/iprenosil/interbase/