RE: Problem with SELECT - UPDATE - SELECT cycle

2003-04-04 Thread Patrick Prodhon
) Objet : Problem with SELECT - UPDATE - SELECT cycle Hello. We're using OJB 0.9.7 and I am facing a weird error. I'm selecting data from one table, joining it on a second table using an inner join and retrieving one column from the second table. So I use a Criteria, and type something like

Problem with SELECT - UPDATE - SELECT cycle

2003-04-03 Thread Patrick Prodhon
Hello. We're using OJB 0.9.7 and I am facing a weird error. I'm selecting data from one table, joining it on a second table using an inner join and retrieving one column from the second table. So I use a Criteria, and type something like criteria.addEqualTo(joinTable.col, somevalue);, as well as