Re: JDBC and MySQL 5.0

2006-01-06 Thread Denis Stanton
On 7/01/2006, at 8:38 AM, Michael DeMan wrote: Hi, I was wondering if anybody is using MySQL 5.0. I'm having a problem converting application from 4.1 to 5.0. I've tried both the org.gjt.mm.mysql.Driver and com.mysql.jdbc.Driver drivers to no avail. Everything works in MySQL 4.x, but

Re: JDBC and MySQL 5.0

2006-01-06 Thread Arturo Perez
Michael DeMan wrote: objectsWithFetchSpecification, includeDeleted: false [2006-01-06 11:07:42 PST] long response thread raised : com.webobjects.jdbcadaptor.JDBCAdaptorException: Cannot convert value '-00-00 00:00:00' from column 1 to TIMESTAMP. [2006-01-06 11:07:42 PST] STACK TRACE: [

JDBC and MySQL 5.0

2006-01-06 Thread Michael DeMan
Hi, I was wondering if anybody is using MySQL 5.0. I'm having a problem converting application from 4.1 to 5.0. I've tried both the org.gjt.mm.mysql.Driver and com.mysql.jdbc.Driver drivers to no avail. Everything works in MySQL 4.x, but breaks in 5.0.5 in regards to TIMESTAMP columns.