Hello,
I have a problem with an application I have been developing that uses java torque.
When I try to save a specific table content (table name is US),like this:
US.setXXX (value) ( XXX is the columns name, value is the value to put.type is INTEGER),then I do US.save ( ),I get an exception.
More specificly,the exception is thrown when invoking currentConnecti on.
I will also state that I have tried to drop some columns that were not in the torque files,but it still didnt help.
Any help would be greatly appriciated.
Thanks in advanced,
Yoav
I have a problem with an application I have been developing that uses java torque.
When I try to save a specific table content (table name is US),like this:
US.setXXX (value) ( XXX is the columns name, value is the value to put.type is INTEGER),then I do US.save ( ),I get an exception.
More specificly,the exception is thrown when invoking currentConnecti on.
I will also state that I have tried to drop some columns that were not in the torque files,but it still didnt help.
Any help would be greatly appriciated.
Thanks in advanced,
Yoav
Comment