Skip to Content.
Sympa Menu

freetds - RE: Error from JDBC driver?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Mario Cormier <mario AT ic2c.com>
  • To: 'TDS Development Group' <freetds AT franklin.oit.unc.edu>
  • Subject: RE: Error from JDBC driver?
  • Date: Fri, 29 Oct 1999 16:23:12 -0400


You should call the close method for all these when you don't need them
anymore, usually in a 'finally' clause in your code.

___________________
Mario Cormier
mario AT ic2c.com
I C 2 C

-----Original Message-----
From: Rusty Brooks [mailto:rbrooks AT utdallas.edu]

Also, I read in the README that you must use close() explicitly...
Where should I use this? On the Connection, the ResultSet, the
Statement, etc? These all have close() methods.



  • Error from JDBC driver?, Rusty Brooks, 10/29/1999
    • <Possible follow-up(s)>
    • RE: Error from JDBC driver?, Mario Cormier, 10/29/1999

Archive powered by MHonArc 2.6.24.

Top of Page