Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automatically insert the server's datetime
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00513068
Message ID:
00513235
Views:
14
>Keep in mind, however, that will only take care of inserted records. To update existing records, simply place the GetDate() function in your update command for your datetime field.
>
>i.e.: SQLExec(lnHandle, "Update TableName Set DateTimeField=GetDate() Where Condition")
>
>That should take care of the updates for you.
>
Yes, you're right. But is there a way to set a trigger to update only the update records?

The 'CREATE TRIGGER FOR UPDATE' updates all the records with the new datetime.

Can you help?

Thank you.
Grigore Dolghin
Class Software.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform