On Fri, 2007-04-13 at 11:31 -0700, Raymond Kroeker wrote: > Hi Ruben, > The connection object has a setAutoCommit(boolean) api. If you > can easily reference it and are not running within a transaction > manager framework set it to false for the method call. >
Ok, this really solved my problem. THANK YOU. Now my second question is: is this the expected behaviour? It is really necessary to disable AutoCommit when dealing with large BLOBs in Derby? Ruben
