RE: Multilanguage application

2005-02-23 Thread Alvaro Coronel
Hello Derek. The zip attachment got lost in the way ( see the File attachment: I18N.zip The file attached to this email was removed because the file name is not allowed. at the end of the mail). Could you put it somewhere to be downloaded, or tell us how to get hold of it? Many thanks in

Autoincrement

2005-02-23 Thread Kintzel Levente
Hi! I have a table with an id field autoincrement and an another field (numb for example). The table name is Constants. Now I add a row in this table: Constants ct=new Constants(); ct.setNumb(9734); ct.save(); System.out.println(ct.getId()); //returns always 0 In the table ct will have

Peer Class and associated fun

2005-02-23 Thread Brandon
In order to simply the Torque programming model even further, I am trying to create CRUD methods for a database that will essentially do the stuff that I'm requesting for me. That way instead of writing all of this stuff for a retrieve everytime, I just call a generic method retrieve() and it