sing VFP8, how can I get the SQLEXEC() command to return how many records got updated with an UPDATE TABLE command? I am only going a return value of 0 or 1 (for failure and success) when trying any of the SQLEXEC() formats.
I was hoping that the cursor name passed in for the results would result in a cursor being populated, but UPDATE TABLE does not result in any cursors
I was hoping that the cursor name passed in for the results would result in a cursor being populated, but UPDATE TABLE does not result in any cursors