Reputation: 33
I'm mapping 2 mysql databases. In DB1 one of the field is a date field. The default value for the field is '0000-00-00'. When excecution I get this error:
Conversion to date failed for '0000-00-00'
I mapping to a string field in DB2. But it's seems the problem occurs before it's trying to insert/update.
Upvotes: 0
Views: 1139