Re: jdbc problem with multiple connections - Mailing list pgsql-jdbc

From Aaron Mulder
Subject Re: jdbc problem with multiple connections
Date
Msg-id Pine.LNX.4.44.0210060901550.3591-100000@www.princetongames.org
Whole thread Raw
In response to jdbc problem with multiple connections  (Chris Thompson <chris@lightershade.com>)
Responses Re: jdbc problem with multiple connections  (Chris Thompson <chris@lightershade.com>)
List pgsql-jdbc
    Once a class is loaded, it doesn't have to be loaded again unless
you're in a different classloader.  This should be a clue to examine your
code *very* carefully.

On Sun, 6 Oct 2002, Chris Thompson wrote:
>     private String a_driver        = "org.postgresql.Driver";
>     private String b_driver        = "org.postgresql.Driver";
>     private String c_driver        = "org.postgresq.Driver";


Notice anything different?

Aaron


pgsql-jdbc by date:

Previous
From: Chris Thompson
Date:
Subject: jdbc problem with multiple connections
Next
From: Chris Thompson
Date:
Subject: Re: jdbc problem with multiple connections