Re: Launching a statement SQL fom OJB

2004-06-15 Thread Armin Waibel
Hi Paolo, Paolo Salvan wrote: Hi! Suppose I've to do something in the DB launching directly an SQL statement, bypassing OJB how can I do it? Please see http://db.apache.org/ojb/docu/faq.html#performSQL http://db.apache.org/ojb/docu/connection.html#obtain-connection And how to prevent problems

Launching a statement SQL fom OJB

2004-06-14 Thread Paolo Salvan
Hi! Suppose I've to do something in the DB launching directly an SQL statement, bypassing OJB how can I do it? And how to prevent problems with the object cache of OJB? ie: if a launch "UPDATE costs_table SET cost = cost + 10", but some record has already been loaded in memory by OJB...how