|
|
Archives of the TeradataForum
Message Posted: Mon, 05 Sep 2005 @ 20:58:13 GMT
Subj: | | Re: Stored Procedure Integer Input Parameter Handling |
|
From: | | Pandey, Vivek |
Naveen Ram Prasanna Kambhoji wrote:
| I have defined one of the parameters in a SP as INTEGER. While calling the SP there could be possibility of sending the value as say
'101,102' (coma seperated integers ), Ideally SP should error out but unfortunately TD is concatenating 101 & 102 (101102) and storing it as
Integer. I dont find any usage of doing TD this way. | |
| I dont want this to happen and the SP should error out in such cases. Can anyone suggest me a work around for this? | |
Hi,
Can you post a sample of your code?
| |