INSERT_ROW_CONFLICT row 2 Invalid data conversion

Hi all,

I am having trouble writing a record to the db. Here is the error message I am getting back:

Error: Number of conflicts while synchronizing: 1 SyncResolver.INSERT_ROW_CONFLICT row 2 Invalid data conversion: Parameter object type is invalid for requested conversion.

Updates against existing rows are working fine. I have added, removed converters, debugged the code in and out, but unfortunately I can not figure out which column could be causing this issue. When I watch the dataprovider, all the values I am trying to save seem to be of the correct type.

Any guidance would be very much appreciated.

Thanks.

[654 byte] By [MoAsgaria] at [2007-11-27 1:31:13]
# 1
I figured this out... the datetime converter was screwing it up. Once I removed it, everything started working fine. The existing rows saved fine since the data was formatted correctly from the db.
MoAsgaria at 2007-7-12 0:33:43 > top of Java-index,Development Tools,Java Tools...