Re: jdbc problem with multiple connections

Поиск
Список
Период
Сортировка
От Aaron Mulder
Тема Re: jdbc problem with multiple connections
Дата
Msg-id Pine.LNX.4.44.0210060901550.3591-100000@www.princetongames.org
обсуждение исходный текст
Ответ на jdbc problem with multiple connections  (Chris Thompson <chris@lightershade.com>)
Ответы Re: jdbc problem with multiple connections  (Chris Thompson <chris@lightershade.com>)
Список 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 по дате отправления:

Предыдущее
От: Chris Thompson
Дата:
Сообщение: jdbc problem with multiple connections
Следующее
От: Chris Thompson
Дата:
Сообщение: Re: jdbc problem with multiple connections