Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stored Procedure CALL limitation

Status
Not open for further replies.

vmmdesai

Programmer
Aug 7, 2002
4
IN

The DB2 Command Reference (pg 188) states that

"The maximum length for an INPUT parameter to CALL is 1024"

I have a SQL Stored Procedure accepting a string of length around 4000 bytes.
Is there any way to override this limitation and still be able to give a call to the SQL Stored Procedure?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top