I had same problem with FastReport and MySql Conncetor/ODBC 5.1
Your solution was excelent.
Change date from "0000-00-00" as it is iregular to NULL, and force entered required date programaticaly.
For my case regular data in this field is not desirable because it is unknown finish date.
Solution 3Vlada January 12, 2012 at 3:02 AM
I had same problem with FastReport and MySql Conncetor/ODBC 5.1 Your solution was excelent. Change date from "0000-00-00" as it is iregular to NULL, and force entered required date programaticaly. For my case regular data in this field is not desirable because it is unknown finish date.
Post your Comment