For example :
Textfile : 17/07/2002 18:33:11
DB : 17/07/2002 18:34:33
Can anybody help me ?
"Cédric PACHOUD" <ced...@pachoud.com> wrote in message
news:3d3579b4$0$277$626a...@news.free.fr...
>Make sure your client machine and server have the same time.
>
Also, make sure you are reading the clock only once. For example,
don't set the value in the textfile by using NOW, and then set the
value in the DB by using NOW again. Use a datetime variable and set it
only once so you get identical values in both places.
hth,
Dan