Re: [Q] Can't get simple JDBC connection to work: "no suitable driver"

Поиск
Список
Период
Сортировка
От Brent Verner
Тема Re: [Q] Can't get simple JDBC connection to work: "no suitable driver"
Дата
Msg-id 20011012035813.A94603@rcfile.org
обсуждение исходный текст
Ответ на [Q] Can't get simple JDBC connection to work: "no suitable driver"  (Amandeep Jawa <deep@worker-bee.com>)
Список pgsql-jdbc
On 11 Oct 2001 at 16:28 (-0700), Amandeep Jawa wrote:
| (PLEASE email any replies to me directy as well as posting)

try the conn url below.

|                 System.out.println("Loaded Driver.");
|                   Connection conn = DriverManager.getConnection(
|                         "jdbc:postgres:test",

              "jdbc:postgresql://localhost/test"

|                         "postgres",
|                         "notreallymypassword"
|                 );

hth.
  brent

--
"Develop your talent, man, and leave the world something. Records are
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing."  -- Duane Allman

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: [Q] Can't get simple JDBC connection to work: "no suitable driver"
Следующее
От: Amandeep Jawa
Дата:
Сообщение: Re: [Q] Can't get simple JDBC connection to work: "no suit