RE: Calling SP from ADO and passing parameters
From: Mark (Mark_at_discussions.microsoft.com)
Date: 09/29/04
- Next message: ScottShell: "Re: Calling SP from ADO and passing parameters"
- Previous message: Brian Muth: "Re: Remote Database Connection"
- In reply to: James Armstrong: "Calling SP from ADO and passing parameters"
- Next in thread: ScottShell: "Re: Calling SP from ADO and passing parameters"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 28 Sep 2004 18:31:01 -0700
ADO version? SQL Server version?
But don't use parameters.refresh as this makes a round trip to the server.
Use createparameter instead.
And off the top of my head, the return value is the first item in the
parameters collection.
ADO 2.6 also introduced namedparameters, so I'd read up on those as well.
- Next message: ScottShell: "Re: Calling SP from ADO and passing parameters"
- Previous message: Brian Muth: "Re: Remote Database Connection"
- In reply to: James Armstrong: "Calling SP from ADO and passing parameters"
- Next in thread: ScottShell: "Re: Calling SP from ADO and passing parameters"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|