On Tue, 15 Feb 2005 19:58:19 -0800, Joseph Yuen <[EMAIL PROTECTED]> wrote:
> *** Exception saving record
> org.apache.torque.TorqueException: The table encounter does not have a
> proper entry in the ID_TABLE
>         at org.apache.torque.oid.IDBroker.selectRow(IDBroker.java:825)

    [...]

> I get this error doing:
> 
>                 Encounter encounter = new Encounter();
>                 encounter.setEncounterdate(StringToDate(f.getDate()));
>                 encounter.setPersonid(personid);
>                 encounter.save();

    [...]

    See http://db.apache.org/torque-32/user-guide.html.


-- 
Nuno Miguel Rodrigues <[EMAIL PROTECTED]>

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

Reply via email to