Re: [OT] RE: How to remove a JDBC driver instance from the memory.

2005-07-21 Thread Adrian Merrall
a?forumID=48 > > regards > Alexander > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 21, 2005 1:21 PM > To: users@myfaces.apache.org > Subject: How to remove a JDBC driver instance from the memory. > > > > > >

[OT] RE: How to remove a JDBC driver instance from the memory.

2005-07-21 Thread Jesse Alexander (KBSA 21)
ID=48   regards Alexander From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 1:21 PMTo: users@myfaces.apache.orgSubject: How to remove a JDBC driver instance from the memory. All,   This is related to JDBC 1.0.   I can register a driver with class.forName(“=D

How to remove a JDBC driver instance from the memory.

2005-07-21 Thread ramesh.bodimani
All,   This is related to JDBC 1.0.   I can register a driver with class.forName(“=Driver class=”);  // type 4 driver   This statement creates an instance of the specified driver class and puts in the memory.   Then I can use that driver class while getting a connection by u