SQL export bug (latest version of ANTMC)
Posted: 2002-08-20 20:29:44
The SQL export outputs the dateadd field in the form of 'MM/DD/YYY' while mySQL (and I'm guessing other SQL servers) require date type data to be in the form of 'YYYY-MM-DD'. This problem leads to mySQL inputing dates as "0000-00-00'. Hope this can be changed easily.
Thanks,
Ryan
P.S. Here is an example date type input, right and wrong:
WRONG: '8/19/2002'
RIGHT: '2002-08-19'
Thanks,
Ryan
P.S. Here is an example date type input, right and wrong:
WRONG: '8/19/2002'
RIGHT: '2002-08-19'