Subject RE: [firebird-support] String Limit
Author Alan McDonald
> Hello All,
> I've stored procedure which takes in varchar as a parameter. This
> string has to be appended to give another update statement to
> form a query such as "update table1 set column1='<value1>' where
> column2 in ()".
>
> Can anyone give me idea how big string can I pass to the stored
> procedure? For eg. In Mysql, without some option enabled one
> can't pass a string arguement more than 1024 bytes.
> Is there any such limit for Firebird?
>
> Thanx in advance,
> Mahesh.

Don't forget that in Firebird you have blobs so there is virtually no limit
to updating a blob with a blob stream.
Alan