Re: no suitable driver

Поиск
Список
Период
Сортировка
От Michael Stephenson
Тема Re: no suitable driver
Дата
Msg-id Pine.LNX.4.30.0109111258360.4185-100000@tirin.openworld.co.uk
обсуждение исходный текст
Ответ на no suitable driver  ("Nick Fankhauser" <nickf@ontko.com>)
Список pgsql-jdbc
> Then I changed the dbUrl string to:
>
>   private static final String dbUrl =
> "jdbc:postgresql//wetwang.ontko.com/demo";
>
> Any thoughts about what I've done wrong here?

This might not be the only problem, but your URL is missing a colon,
should be:

jdbc:postgresql://wetwang.ontko.com/demo

Michael xxx


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

Предыдущее
От: "Nick Fankhauser"
Дата:
Сообщение: no suitable driver
Следующее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: no suitable driver