When idbroker starts assigning ids from 100, how can I
force id's below 100 with Torques save() method?

setPrimaryKey( (int)5); // deprecated
and
setPrimaryKey( new NumberKey((int)5)));
and
setting the attribute with set<Attr>("5"); 

didn't work.


Silvio Godenzi

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

Reply via email to