Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Passthrough results
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00863999
Message ID:
00864020
Views:
14
>Hi all,
>
>I want to know if an UPDATE or a DELETE worked or not using SPT. SQLEXEC() returns 1 but I don't know if the command worked or not.
>
>TIA


The most robust (and technically the best way) to handle this is to create a stored procedure - which will encapsulate the transaction and exception handling. Your proc can populate an output variable that will hold a status status code.

Subsequent calls to @@rowcount are not reliable. Also, it requires a second call - which is not optimal by any means.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform