After upgrading to MySQL 4.1.14-standard I have a very strange problem (probably isn’t really related to the upgrade…). On all forms linked to the table obj_bp I get 16 empty records upon entering my solution (also after coming back from Layout mode).
As soon as I enter any of these forms I get the error “could not load record”
java.sql.SQLException: Value ‘0000-00-00’ can not be represented as java.sql.Timestamp Value ‘0000-00-00’ can not be represented as java.sql.Timestamp
These records, however cannot be found in the database. I can delete them and the solution works until it’s loaded the next time (and again it’s the 16 empty records…).
Debug mode didn’t help. I don’t know where these records could be created…
I’m using com.mysql.jdbc.Driver, but also tried com.mysql.jdbc.NonRegisteringDriver and org.gjt.mm.mysql.Driver.
Thanks for any suggestions,
Reto
PS: Using Servoy 2.1.2 (same on 2.2) on OS X