Re: [firebird-support] Unable to execute large text inside stored procedures.

2016-09-29 Thread 'Mark Rotteveel' m...@lawinegevaar.nl [firebird-support]
Which version of Firebird are you using? And show the code of your stored 
procedure.
Mark

- Bericht beantwoorden -
Van: "'Joje' j...@codework-solutions.com [firebird-support]" 
<firebird-support@yahoogroups.com>
Aan: <firebird-support@yahoogroups.com>
Onderwerp: [firebird-support] Unable to execute large text inside stored 
procedures.
Datum: do, sep. 29, 2016 08:12

Hello,  I have a stored procedure that takes  a parameter(a1) that has  length 
excess of 25k. Inside this stored procedure I have declared a variable with a 
query , when this parameter(a1) combined with variable total length exceeds 32k 
and  FB returns as error of concatenation.  Below is error returned by stored 
procedure“Concatenation overflow. Resulting string cannot exceed 32K in 
length.” I used BLOB SUB_TYPE 1 for parameter(a1) and variable in stored 
procedure. Then also I am getting this same error. Thank you. 


















[firebird-support] Unable to execute large text inside stored procedures.

2016-09-29 Thread 'Joje' j...@codework-solutions.com [firebird-support]
Hello,

 

I have a stored procedure that takes  a parameter(a1) that has  length
excess of 25k. Inside this stored procedure I have declared a variable with
a query , when this parameter(a1) combined with variable total length
exceeds 32k and  FB returns as error of concatenation. 

 

Below is error returned by stored procedure 

   "Concatenation overflow. Resulting string cannot exceed 32K in length."

 

I used BLOB SUB_TYPE 1 for parameter(a1) and variable in stored procedure.
Then also I am getting this same error.

 

Thank you.