Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 How do I write an output parameter (result) when..

Author  Topic 

sherinbranch
Starting Member

7 Posts

Posted - 2006-02-24 : 18:45:46
..calling a stored procedure.SQL

I am using the C programming language... I have two input variables and one output...Not sure how to do the output

BEGIN EQUIPMENT_UTILITIES.MOVE_EQUIPMENT(EQNUM, MoveTo, ?); END;

This is in a CSTRING format....
Thanks.
Sherin

TG
Master Smack Fu Yak Hacker

6065 Posts

Posted - 2006-02-24 : 22:21:49
cross post:
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=62331

Be One with the Optimizer
TG
Go to Top of Page
   

- Advertisement -