hi,
i am using tdk2.1, and i have a table 'activation', with one field 'activer' of type char(1).
In this table, there is only one row, and all am doing is modifying the value of that column and reading it.
I have no problem reading it, but when i need to modify it, with the following code, it doesn't modify it:


Criteria c = new Criteria();
c.add(ActivationPeer.ACTIVER,"Y");
ActivationPeer.doUpdate(c);

What am i doing wrong , and how can i get this modification to work?

thanx!

_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to