Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Storage Procedures in Client/Server Programming
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00478920
Message ID:
00478952
Views:
23
Sorry about that. Anyway, to finish:

nHand = SQLConnect("Northwind", "sa", "")

If nHand > 0
nResult = SQLExec(nHand, "Exec mystoredprocedure", "MyResultAlias")
EndIf

That should do it.


>Humberto,
>
>nHand = SQLConnect("Northwind", "sa", "")
>
>If nHand > 0
>
>
>>Dear partners:
>>
>> How can I execute one Storage Procedure in DB, with one SQL Pass-Through sentence in Client/Server programming?
>>
>> I hope that you can help me with this cuestion...
>>
>>Thank You Very Much for yours colaborations... Humberto
Travis Vandersypen
Previous
Reply
Map
View

Click here to load this message in the networking platform