Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to know if I changed the field
Message
 
 
To
13/02/2004 09:23:29
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00876888
Message ID:
00877077
Views:
16
>>Do you have to share "X"? How about add an "Z" state so that the sequences are: (N -> Z -> Y) then (Y -> X -> N)?
>
>That would be a short term fix but since we are in the process of moving our app to SQL I also think it would be good to know how to tell if I modified the data.

In T-SQL you would check @@ROWCOUNT system variable which holds # of records affect by the last T-SQL statement. It's similar to VFP _TALLY but is reset by any T-SQL statement.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform