![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
folks, is there any way of determining the number of parameters passed to a stored procedure, and if more than expected are passed what they are? Thanks in advance. Tom... |
#3
| |||
| |||
|
|
tom (AT) themurphyhouse (DOT) fsnet.co.uk (tom) wrote in message news:<2bcb0752.0402180446.4b62a6bb (AT) posting (DOT) google.com>... folks, is there any way of determining the number of parameters passed to a stored procedure, and if more than expected are passed what they are? Thanks in advance. Tom... Not in ASE. Additional parameters are simply ignored. One can create one additional parameter with a default value. If the proc is called with any other value raise a "too many parameters passed" error in that case. -bret |
![]() |
| Thread Tools | |
| Display Modes | |
| |