Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return a value from an SQL procedure
Message
 
 
To
30/12/2005 14:56:18
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01082155
Message ID:
01082157
Views:
9
See Re: Can stored procedures return values? Message #876903

>I'm trying to return a value from an SQL procedure without much luck. My SQL procedure has the following code in it
>
>CREATE Procedure Test
>AS
>return(-99)
>GO
>
>I'm using VFP to call this procedure:
>
>=SQLExec(lnConnection, "execute myDatabase.dbo.Test", lnReturn)
>
>Any ideas why this doesn't work?
>
>Regards
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform