Using a ADO Connection with SQL Stored Procedure

gavinjb

Registered User.
Local time
Today, 15:33
Joined
Mar 23, 2006
Messages
39
Hi,

I am trying to return a value from a stored procedure to access. From what I remember you have to use a command object and define the Input and Output Parameters, but I cant remember how.

The SQl Stored Procedure takes 6 Parameters (1-5 Input and 6 Output), can someone please tell me how in ADO I can call this SP and return the value from the Output Parameter.


Thanks,


Gavin,
 

Users who are viewing this thread

Back
Top Bottom