Re: Problems with getLastOID

Поиск
Список
Период
Сортировка
От first last
Тема Re: Problems with getLastOID
Дата
Msg-id 20030221103855.56587.qmail@web10304.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: Problems with getLastOID  (Barry Lind <blind@xythos.com>)
Ответы Re: Problems with getLastOID
Список pgsql-jdbc
I am running the Java 2 PostgreSQL 7.2.x  driver, downloaded from
jdbc.postgresql.org.

The code is the example code that comes with the Debian libpgjava
package (JDBC driver), which I use to test when I install (the last
time it was a long time ago, with 7.1).

I am not importing anything from org.porstgresql, maybe that is the
reason, but I am importing java.sql. If I try to import
org.porstgresql.org it clashes in Statement and Connection.

For what I can see the Statement version in java.sql does not have all
the methods that the one in org.postgresql has, that is where I get the
errors.

I will just keep on using the whole path when I need to.

What should I import to get the driver going? I thought that just using
the class.forName ("org.postgresql.Driver") would do it (at least it
worked all the other times I have used it, maybe I have been lucky).

Thanks for your help :)

Gabriel

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

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

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: Problems with getLastOID
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Problems with getLastOID