Thanx Jez.

 

I will have to modify the stored procedure.

 

Thank you once again. 

 

 

 

From: [email protected]
[mailto:[email protected]] 
Sent: 08 September 2016 16:41
To: [email protected]
Subject: [firebird-support] Re: Block size exceeds implementation
restriction exception for varchar(31000)

 

  

Firebird has limitation on both IN clauses and parameter lists for stored
procedures.

Going down the route of trying to get around this can then cause errors with
the command text limit.

 

It is always best to redesign your stored procedure or query to join on a
table that has the particular parameters or ID stored. This is also much
faster.

 

Jez



Reply via email to