Re: Torque save() method doesnt work for 1 object type..but works for others

2006-07-14 Thread Thomas Fischer
If Torque does not throw an exception, this means that jdbc thinks the changes are committed into the database. Do you do anything from the changes being committed (like passing a db connection to the save method and having set autocommit to false etc.). Or do you have any triggers in the datab

Torque save() method doesnt work for 1 object type..but works for others

2006-06-26 Thread bobbysojitra
Hi Guys I have a torque schema with a few objects. myObject.save() works for all objects (i.e. writes values to the database when adding or updating) except 1 object. Here is the part of the schema (see below) for the object which doesnt save. I dont get an error message or anything. It seem