View previous topic :: View next topic |
Author |
Message |
Joy Beginner
Joined: 09 May 2005 Posts: 7 Topics: 6 Location: Kolkata
|
Posted: Thu Jul 14, 2005 10:18 am Post subject: Problem with Dynamic SQL |
|
|
I am trying to run a dynamic SQL inside a loop and getting the following error:-SQL0302N The value of a host variable in the EXECUTE or OPEN statement is too large for its corresponding use. SQLSTATE=22001 .Can someone throw light on this |
|
Back to top |
|
 |
videlord Beginner
Joined: 09 Dec 2004 Posts: 147 Topics: 19
|
Posted: Fri Jul 15, 2005 11:39 am Post subject: |
|
|
Please paste your SQL and posible values of host variable in your porgram.
you can check SQLCODE -302 explanation from manual. |
|
Back to top |
|
 |
|
|