Re: Importing dates from access

2004-01-04 Thread robert_rowe
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

Re: Importing dates from access

2004-01-04 Thread Daniel Kasak
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