Re: jdbc problem

From: Kris Jurka <books(at)ejurka(dot)com>
To: Paweł Cesar Sanjuan Szklarz <paweld2(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: jdbc problem
Date: 2007-08-27 05:02:06
Message-ID: Pine.BSO.4.64.0708270100040.23186@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 22 Aug 2007, Pawe~B Cesar Sanjuan Szklarz wrote:

> I use ibatis and jdbc do connect to postgres. When I use a 8.2 database,
> then all works ok, but for 7.4 databases I get this error:
>
> Caused by: org.postgresql.util.PSQLException: ERROR: syntax error at end
> of input
>
> I really try to :
> ----- Change the JDBC jar file for postgres 7.4 and 8.2
> ----- use additional options on the url connection
>
> My database is in LATIN2.
>
>

It's not really clear what's going on here. Please use the 8.2 driver and
add "?loglevel=2" to your JDBC url to produce additional logging
information on the JDBC side and send that here.

Kris Jurka

In response to

  • jdbc problem at 2007-08-22 13:48:08 from Paweł Cesar Sanjuan Szklarz

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2007-08-27 05:31:16 Re: Support for ResultSetMetaData.getTableName
Previous Message Kris Jurka 2007-08-27 04:58:46 Re: Support for ResultSetMetaData.getTableName