Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return a character string from SQL 2000
Message
From
31/05/2002 14:46:50
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00663558
Message ID:
00663604
Views:
18
>>I have a store procedure that needs to return a character string. I have the string store in a local variable on SQL and I am running the stored procedure via SQLEXECUTE.
>>
>>What are my return options from SQL? Is there a way to catch a Print output from a Stored Procedure?
>>
>>Thank you in advance.
>
>You can return cursor with one field or you can use output parameter
lcRetVal = ""
>= SQLExec(lnHandle,"EXEC sp_name ?@lcRetVal")
I'm sorry, that didn't help. I must be missing something.
Fred Lauckner

You know, it works on my computer. I don't know what your problem is.

.Net aint so bad.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform