Re: JDBC Connection

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: JDBC Connection
Дата
Msg-id Pine.BSO.4.56.0407112053280.22112@leary.csoft.net
обсуждение исходный текст
Ответ на JDBC Connection  (Eric Wright <eric.wright@shaw.ca>)
Список pgsql-jdbc

On Sun, 11 Jul 2004, Eric Wright wrote:

> Hello,
>
> I am having some trouble connecting to my postgres database.  I have
> started off with a simple test class to make and test a connection. When
> I run the simple tester I am getting the following output:
>
>     The connection failed.
>     java.sql.SQLException: No suitable driver
>   String url    = "jdbc:postgres://192.168.1.101/asset";

The URL must start with jdbc:postgresql not postgres.

Kris Jurka


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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Timestamp Question
Следующее
От: Eric Wright
Дата:
Сообщение: Re: JDBC Connection