Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generating Numbers
Message
From
02/05/2000 02:50:42
 
 
To
26/04/2000 14:11:54
Christopher Pinnock
United General Insurance Company
Kingston, Jamaica
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00363697
Message ID:
00364983
Views:
19
A solution could be to
create a trigger and update two columns USER and LASTEDIT
to the current user and the current time.

Then check that the record's lastedit column and user column match the connected user and time within a few seconds.
as triggers will only fire when the update or insert succeeded.

I like to do this as a rudamentory audting system so if users
log in for example in oracle sqlplus I can see who changed the record and then go ask them why?

Could would look like:

NOT sure why the post says "generating numbers" though.

HTH.
Previous
Reply
Map
View

Click here to load this message in the networking platform