| [news.eclipse.birt] Re: Value '0000-00-00' can not be represented as java.sql.Date |
Hi,
I have had the same problem with mySQL in another project. The 0000-00-00 is a mySQL "feature" and you have the problem in the JDBC driver. You must fix the DB values.
greetings
Andreas
A null value should not be tried and assigned to a Java Date.