Re: jdbc problem with multiple connections

From: Chris Thompson <chris(at)lightershade(dot)com>
To: Aaron Mulder <ammulder(at)alumni(dot)princeton(dot)edu>
Cc: Chris Thompson <chris(at)lightershade(dot)com>, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: jdbc problem with multiple connections
Date: 2002-10-06 13:30:08
Message-ID: Pine.LNX.4.33L2.0210061429010.30623-100000@boyce.ednet.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

What a prat i am, been starting at that for hours.

Thanks for the speedy replies, will look into buying glasses :)
Cheers

On Sun, 6 Oct 2002, Aaron Mulder wrote:

> 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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
> --
> Virus scanned by edNET.
>

--

This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the sender. Any
offers or quotation of service are subject to formal specification.
Errors and omissions excepted. Please note that any views or opinions
presented in this email are solely those of the author and do not
necessarily represent those of edNET or lightershade ltd. Finally, the
recipient should check this email and any attachments for the presence of
viruses. edNET and lightershade ltd accepts no liability for any damage
caused by any virus transmitted by this email.

--
--
Virus scanned by edNET.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message G.Nagarajan 2002-10-06 14:50:07 jdbc cursor positioning
Previous Message Aaron Mulder 2002-10-06 13:03:02 Re: jdbc problem with multiple connections