M
Microsoft Newsgroups
It seems I cannot put more than one of SqlParameter of type
ParameterDirection.ReturnValue into a SqlParameter array. If I do, only the
first one is filled in with the return value from the stored procedure and
the others are left not filled in.
Why would I do this? I'm writing a data access component and want to snoop
the return value so instead of looking through the passed SqlParameter array
for ParameterDirection.ReturnValue, I just wanted to push another
SqlParameter into the array.
But it doesn't appear to work. I'm running .NET Framework 1.1 SP1. I swear
this used to work.
Anyone?
ParameterDirection.ReturnValue into a SqlParameter array. If I do, only the
first one is filled in with the return value from the stored procedure and
the others are left not filled in.
Why would I do this? I'm writing a data access component and want to snoop
the return value so instead of looking through the passed SqlParameter array
for ParameterDirection.ReturnValue, I just wanted to push another
SqlParameter into the array.
But it doesn't appear to work. I'm running .NET Framework 1.1 SP1. I swear
this used to work.
Anyone?