Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run After Delete Trigger from VFP without deleting the r
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
Firebird
Miscellaneous
Thread ID:
01181049
Message ID:
01181332
Views:
14
It's not a question of variable visibility but how you specify VFP variable in the SQLEXEC(). I would try
liID = 12345
lnSPRetVal1 = 0
lnRetVal = SQLEXEC(lnCon, "EXECUTE PROCEDURE DelUStock(?liID) RETURN_VALUES :?@lnSPRetVal1 ;")
>Thanks for the code for using the SP via SPT. I was curious about the returning_values part, I was hoping that PRIVATE variables can be used for this. I will try to experiment on the same and let you know if I have some results.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform