Date modified not updated when running queries with scheduler (1 Viewer)

projecttoday

Registered User.
Local time
Today, 09:30
Joined
Jan 5, 2011
Messages
51
When I run an insert query from the database the table's date modified is changed but when I run the query with Windows Scheduler the table's date modified is not changed. Is this possible? Any suggestions on how to get around it?
 

boblarson

Smeghead
Local time
Today, 06:30
Joined
Jan 12, 2001
Messages
32,059
I can't tell you the reason that is happening for you but I can suggest not relying on that property. Put a field in the table for last update and then include Now() in the insert query to place the date/time it was updated there.
 

Users who are viewing this thread

Top Bottom