Re: jdbc problem with multiple connections

From: Aaron Mulder <ammulder(at)alumni(dot)princeton(dot)edu>
To: Chris Thompson <chris(at)lightershade(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: jdbc problem with multiple connections
Date: 2002-10-06 13:03:02
Message-ID: Pine.LNX.4.44.0210060901550.3591-100000@www.princetongames.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Chris Thompson 2002-10-06 13:30:08 Re: jdbc problem with multiple connections
Previous Message Chris Thompson 2002-10-06 12:27:02 jdbc problem with multiple connections