Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stored procedures parameteres type

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
Hello! Every body.

I need your help.

I want to return a string parameter from a stored procedure.

I saw the Books Online Help, and i find that the stored procedures only return integer values.

Is there anybody to helpme?

Thanks.

Best regards.
 
Hi,

Declare a OUTPUT parameter to your stored procedure and return your string as a OUTPUT parameter.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top