Subject | EXECUTE STATEMENT limits |
---|---|
Author | Rick Debay |
Post date | 2009-02-23T17:48:19Z |
I'm getting the error message "token size exceeds limit" when compiling
a stored procedure containing
FOR EXECUTE STATEMENT stringvalue
INTO variable_list
DO compound_statement
Where stringvalue is about 3K, and consists of a large string constant
with a table name concatenated. It works fine if I don't use EXECUTE
STATEMENT, instead using FOR SELECT.
Disclaimer: This message (including attachments) is confidential and may be privileged. If you have received it by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change. RxStrategies, Inc. shall not be liable for the improper or incomplete transmission of the information contained in this communication or for any delay in its receipt or damage to your system. RxStrategies, Inc. does not guarantee that the integrity of this communication has been maintained nor that this communication is free from viruses, interceptions or interference.
a stored procedure containing
FOR EXECUTE STATEMENT stringvalue
INTO variable_list
DO compound_statement
Where stringvalue is about 3K, and consists of a large string constant
with a table name concatenated. It works fine if I don't use EXECUTE
STATEMENT, instead using FOR SELECT.
Disclaimer: This message (including attachments) is confidential and may be privileged. If you have received it by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change. RxStrategies, Inc. shall not be liable for the improper or incomplete transmission of the information contained in this communication or for any delay in its receipt or damage to your system. RxStrategies, Inc. does not guarantee that the integrity of this communication has been maintained nor that this communication is free from viruses, interceptions or interference.