Re: calling stored procedure with optional parameter
- From: "William \(Bill\) Vaughn" <billvaRemoveThis@xxxxxxxxxx>
- Date: Mon, 25 Jul 2005 13:20:17 -0700
How is the SP defined? Are there default values supplied for the optional
parameters?
I expect you'll need to request "Named Parameters" so you can provide a
sparse Parameter list.
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
"wk6pack" <wkwan@xxxxxxxxxx> wrote in message
news:%235ueWCVkFHA.3692@xxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> Is it possible to call a stored procedure from vb.net when some of the
> parameters are not required in the stored procedure?
> Say i have a stored procedure with 3 parameters. I want to call the
> stored
> procedure with only two of the parameters.
> I seem to get an error saying I need the 3rd parameter. When I fill in
> the
> 3 parameter the sql statement call from vb.net works fine.
>
> code:
> cmd.CommandText = "InsertVSIS"
> cmd.CommandType = adCmdStoredProc
> cmd.Parameters.Append cmd.CreateParameter("@studentkey", adInteger,
> adParamInput,,lstudentkey)
>
>
> thanks,
> Will
>
>
.
- Follow-Ups:
- Re: calling stored procedure with optional parameter
- From: wk6pack
- Re: calling stored procedure with optional parameter
- References:
- calling stored procedure with optional parameter
- From: wk6pack
- calling stored procedure with optional parameter
- Prev by Date: calling stored procedure with optional parameter
- Next by Date: Re: calling stored procedure with optional parameter
- Previous by thread: calling stored procedure with optional parameter
- Next by thread: Re: calling stored procedure with optional parameter
- Index(es):
Relevant Pages
|
|