Re: Problems with getLastOID

From: first last <prelude_2_murder(at)yahoo(dot)co(dot)uk>
To: Barry Lind <blind(at)xythos(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Problems with getLastOID
Date: 2003-02-21 10:38:55
Message-ID: 20030221103855.56587.qmail@web10304.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2003-02-21 11:49:48 Re: Problems with getLastOID
Previous Message Barry Lind 2003-02-21 02:22:21 Re: Problems with getLastOID