Re: jdbc:leaked connection

2001-02-16 Thread Johan Fredriksson
ssage...   Johan - Original Message - From: faisal To: Orion-Interest Sent: Thursday, February 15, 2001 6:35 PM Subject: jdbc:leaked connection   Can u ,please, tell me what is  this weird "leaked connection" in my code all my  connection are close

Re: jdbc:leaked connection

2001-02-15 Thread faisal
Thanks man!  I really appreciate your reply It is working fine now Respect faisal - Original Message - From: Patrik Andersson To: Orion-Interest Sent: Thursday, February 15, 2001 6:18 PM Subject: RE: jdbc:leaked connection The problem can occur if you use

RE: jdbc:leaked connection

2001-02-15 Thread Patrik Andersson
formOperation(c); } catch (SQLException sqle) {     // report error } finally {     if (c != null) {     c.close();     }} -Original Message-From: faisal [mailto:[EMAIL PROTECTED]]Sent: den 15 februari 2001 18:36To: Orion-InterestSubject: jdbc:leaked connection   Can u ,

jdbc:leaked connection

2001-02-15 Thread faisal
  Can u ,please, tell me what is  this weird "leaked connection" in my code all my  connection are closed I used the Djdbc but it is no help Has any  of Orion users met this  before thank u in advance   Orion/1.4.7 initializedOrionCMTConnection not closed, check your code!LogicalDriverM