can stored procs be called without naming the parameters ? -
08-23-2005
, 06:14 AM
Just a quickie -
Anyone know if there's a syntax for calling a stored proc without having
to name the individual parameters ?
i.e. exeStr = "execute procedure someUserCreatedMethod(4,'frog',23,234)"
I won't know at design time what the names of each parameter will be,
but I will be gauranteed that the param values I use to call it will be
typed correctly |