Re: stored proc RETURN_VALUE.... there it is, I want to use it !!!




>Brian... for some reason I can't seem to work with you parameters.refresh...
>when I use it I appear to assign the parameters properly... I thing, please
>correct me if I'm wrong.. but when I open the stored proc I get an nasty
>exception on sqloledb.dll... strange thing is that it only happens the
>second time and subsequent times.
I don't understand what you are asking here
>
>Problem with my old and now much preferred method was, you won't believe
>this, I'm having trouble with it... but, where the stored procedure was
>defined with variables @meetingCode char(6), @guestID char(10) I could not
>create them in code 1. guestID and 2. meetingCode... have to create them 1.
>meetingCode and 2. guestID. Ya!... what's up with that? when I switched
>the order in which I was creating the 'named' parameters life is good, sweet
>and prosperous... if anyone can explain my anomolies, confusion and
>misperception to me please have at it...
Borland's ADO components handle parameters by position. Translating the name of
the parameter to its position in the Parameters. So you must create them in the
order that the StoredProc uses them.
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.



Relevant Pages

  • How Do I Use Promoted Property Value In an Orchestration
    ... In my orchestration, I have a receive port that runs a stored procedure ... Let's say that the storedproc finds one record to ... I have set PlanID as a promoted property. ...
    (microsoft.public.biztalk.general)
  • Re: problem exectuing storded procedure
    ... command for a stored procedure: ... >> adStoredProc and adStoredProcedure and StoredProc and StoredProcedure. ... > adCmdStoredProc is not a procedure but a constant. ...
    (microsoft.public.sqlserver.programming)
  • Re: problem exectuing storded procedure
    ... command for a stored procedure: ... >> adStoredProc and adStoredProcedure and StoredProc and StoredProcedure. ... > adCmdStoredProc is not a procedure but a constant. ...
    (microsoft.public.sqlserver.server)