Derek Hardy wrote:
I've added the column status_change_date and have definately set it's value in my java code. However when the data is written to the MySQL database there isn't any value in that column.
Is this the only column that's not saving to the database? It could be an issue with how MySQL handles dates.
Can you provide a snip of your Java code?
Can you log the SQL statements Torque is sending to MySQL? I'd suggest using p6spy (during runtime only) to examine the SQL Torque is sending.
http://p6spy.com/
Eric
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
