Re: Maximum number of parameters for a procedure
- From: "Marina" <someone@xxxxxxxxxx>
- Date: Tue, 26 Jul 2005 11:14:31 -0400
Are you talking about a SQL Server stored procedure, or a VB method? I am
not clear.
If this is about a stored procedure, then you are limited by what SQL Server
limits you to - in which case VB 6 and VB.NET would not be a factor at all.
If this is a VB method, then I dont' see why your DBA would be a factor
here.
But in my opinion, in either case, no procedure should have 60 arguments.
"Leroy" <leroy_lemon@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:Ob54UMfkFHA.3336@xxxxxxxxxxxxxxxxxxxxxxx
> Thanks Marina.
>
> The procedure is a creation of my dba and he's a little tempermental when
> it comes to suggestions such as redesign.
> I'm in the process of converting apps to dot net from vb 6 and this one is
> on the list, but the current production copy has been modified to more
> than 60 parameters and hasn't been converted. I'm trying to determine if I
> should expidite the conversion, or do some sort of work around.
>
> Leroy
>
> "Marina" <someone@xxxxxxxxxx> wrote in message
> news:uVmx7CfkFHA.1372@xxxxxxxxxxxxxxxxxxxxxxx
>> There is no maximum as far as I know.
>>
>> However, if you are getting even close to passing 60 arguments to a
>> method, it's probably time to rethink the design of your app.
>>
>> "Leroy" <leroy_lemon@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:Own3j$ekFHA.3380@xxxxxxxxxxxxxxxxxxxxxxx
>>> Hello,
>>>
>>> I have a question regarding the maximum number of parameters that can be
>>> passed to a procedure.
>>>
>>> In VB 6 the max was 60.
>>>
>>> What is the max for Dot Net?
>>>
>>> please and thanks.
>>>
>>> Leroy
>>>
>>
>>
>
>
.
- Follow-Ups:
- Re: Maximum number of parameters for a procedure
- From: Leroy
- Re: Maximum number of parameters for a procedure
- References:
- Maximum number of parameters for a procedure
- From: Leroy
- Re: Maximum number of parameters for a procedure
- From: Marina
- Re: Maximum number of parameters for a procedure
- From: Leroy
- Maximum number of parameters for a procedure
- Prev by Date: Re: Excel Automation with .NET
- Next by Date: Re: Control creation ("arrays") and inheritance
- Previous by thread: Re: Maximum number of parameters for a procedure
- Next by thread: Re: Maximum number of parameters for a procedure
- Index(es):
Relevant Pages
|