Re: Problem with driver

From: Dave Cramer <Dave(at)micro-automation(dot)net>
To: J M Okomba <Okomba(at)kabage(dot)co(dot)ke>
Cc: "'pgsql-jdbc'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Problem with driver
Date: 2003-03-11 12:14:29
Message-ID: 1047384869.1197.218.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Can you send us a test case so we can replicate the problem here

Dave
On Tue, 2003-03-11 at 01:40, J M Okomba wrote:
> I keep getting this error:
>
> Database error in EmbeddedData.fetchData Invalid character data was found.
> This is most likely caused by stored data containing characters that are
> invalid for the character set the database was created in. The most common
> example of this is storing 8bit data in a SQL_ASCII database
>
> with current postgres drivers downloaded from
> http://jdbc.postgresql.org/download/ (like pg73jdbc3.jar and others). The
> error is only thrown when I try to access one table (other tables in the
> database work fine).
>
> However I don't get this error with pgjdbc2.jar, which I downloaded about 8
> months ago.
>
> I will appreciate any help to resolve the problem. I really need to use new
> features in the updated drivers.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
--
Dave Cramer <Dave(at)micro-automation(dot)net>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message J M Okomba 2003-03-11 15:47:42 Re: Problem with driver
Previous Message J M Okomba 2003-03-11 06:40:27 Problem with driver