Today I started working with the RefreshQuick method for the 1rst time.
I've read the documentation and added a TimeStamp field called TimeStampModification (my table had already an Unique / Primary / AutoInc field).
When calling the refreshQuick method and setting the debugger to true MyDAC is generating this query :
This looks good but the TimeStamp date is false !Select
...
From Planning
Inner join ....
....
Where
....
AND planning.TimeStampModification >= '2008-12-29 00:00:00'
'2008-12-12 00:00:00' instead of '2008-12-29 00:00:00'
Any clue ?