If your MySQL field is date or datetime then MySQL will store whatever date your put
in the field. If you use a timestamp field then MySQL will set this field to the
current datetime on an insert or update unless you specifically set it to something.
See this section of the manual for more inf
Matthew Stuart wrote:
I have an access db with populated fields, some of them are date
fields. One is a created date and another is a updated date. I haven't
tried it yet, so I am not sure what I will get but I assume that if I
am asking MySQL to automatically update these fields rather than
m
I have an access db with populated fields, some of them are date
fields. One is a created date and another is a updated date. I haven't
tried it yet, so I am not sure what I will get but I assume that if I
am asking MySQL to automatically update these fields rather than
manually have to fill th