11-04-2009 02:01 PM
I am trying to get the return value from a stored procedure using the database connectivity toolset or other options if they work.
Here is a sample of the stored procedure:
spTabtempINSERT (Test_name (char(64)), Test_measurement(Int))
On success returns an integer which is the positive, non-zero TestID.
I can get the stored procedure to work fine but can't get the return value.
Thanks,
Brian
11-05-2009 04:11 AM