Re: CachedRowSetXImpl() and PostgreSQL

From: Poul Møller Hansen <freebsd(at)pbnet(dot)dk>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: CachedRowSetXImpl() and PostgreSQL
Date: 2006-09-21 19:42:42
Message-ID: 4512EB32.5080302@pbnet.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


> I am having some trouble getting CachedRowSetXImpl() to work with
> postgresql-8.1-407.jdbc3.jar in
> this part of a SessionBean
>
Is this list dead ? :)

Have found a workaround.
Avoid using schema names and set the search path:

SHOW search_path
ALTER USER me SET search_path TO public,my,anotherschema

Poul

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Markus Schaber 2006-09-21 19:57:37 Re: CachedRowSetXImpl() and PostgreSQL
Previous Message Poul Møller Hansen 2006-09-21 14:02:44 CachedRowSetXImpl() and PostgreSQL