On Thu, 2003-10-02 at 01:36, Jan Krabbenbos wrote:
> Hi,
>
> I new to torque and torque-gen, so I now am trying to find out how I can use
> and implement it (I'm using 3.1). I have an existing MySQL database, which I
> want use. With torque-gen and the jdbc action I generated the schema and the
Hello fellows,
I cannot work it out when i try to use torque to update Postgres database
records. I got a sql error said: "Parse error near '.' ". The java codes is
the following:
FaxItem item = FaxItemPeer.retrieveByPK(itemIds[i]);
item.setFolderId(folderId);