Re: driver error

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: driver error
Дата
Msg-id 983545224.3a9fb5887e419@webmail.retep.org.uk
обсуждение исходный текст
Ответ на driver error  ("Gabriel Mihalache" <spasm@xnet.ro>)
Список pgsql-jdbc
Quoting Gabriel Mihalache <spasm@xnet.ro>:

> Hi!
> I have a problem with the driver.
> The jar file is in my class path but the org.postgres.Driver object is
> unavailable...

Are you loading the driver?

ie:

Class.forName("org.postgresql.Driver");

Peter

> any ideas?
>
> I want to use it with Jive and with some stuff I'm working of...
> Both Jive and a small servlet wrote by me trows an error.
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>



--
Peter Mount peter@retep.org.uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

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

Предыдущее
От: William Webber
Дата:
Сообщение: [Patch] Implementation of DatabaseMetaData.getIndexInfo()
Следующее
От: Peter T Mount
Дата:
Сообщение: Re: Problems with JDB Driver.