Re: JDBC Connection

Поиск
Список
Период
Сортировка
От Eric Wright
Тема Re: JDBC Connection
Дата
Msg-id 000501c467cf$34373120$6601a8c0@numbertwo
обсуждение исходный текст
Ответ на JDBC Connection  (Eric Wright <eric.wright@shaw.ca>)
Список pgsql-jdbc
Thanks Kris,  my bad...

I will put on the pointy hat and sit in the corner until the end of class.

Eric


----- Original Message -----
From: "Kris Jurka" <books@ejurka.com>
To: "Eric Wright" <eric.wright@shaw.ca>
Cc: <pgsql-jdbc@postgresql.org>
Sent: Sunday, July 11, 2004 6:54 PM
Subject: Re: [JDBC] JDBC Connection


>
>
> 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 по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: JDBC Connection
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: patch for getXXX methods