RE: [HACKERS] Re: PostgreSQL Help

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: huffmana(at)ppc(dot)pims(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: RE: [HACKERS] Re: PostgreSQL Help
Date: 1999-10-07 14:50:25
Message-ID: 1B3D5E532D18D311861A00600865478C25E6A2@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The column width bug was fixed in 6.5.2, so it should return the correct
result. However, the 6.5.2 driver won't work with 6.2.1, as they use a
different protocol.

As for MultiByte strings, you need to compile the backend to accept them
(someone correct me if I'm wrong here).

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.

-----Original Message-----
From: wieck(at)debis(dot)com [mailto:wieck(at)debis(dot)com]
Sent: 07 October 1999 15:11
To: huffmana(at)ppc(dot)pims(dot)org
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: [HACKERS] Re: PostgreSQL Help

>
> Dear Jan,

Don't know why you're asking me - I'm not involved in JDBC
nor am I in the multibyte stuff.

I've included the hackers list into this response - maybe
someone else can comment on it?

Jan

>
> I am using Java with JDBC (from a PC using VisualCafe Database
Edition)
> to run an application using PostgreSQL 6.2.1 (on a Sparc). Everything
> is running fine except for a string problem. The Postmaster says (when
> loading data from the database into the text fields of the GUI):
> "ERROR: MultiByte strings (MB) must be enabled to use this function"
>
> The DOS prompt (where the Visual Cafe development environment runs an
> Applet) tells me:
> "The maximum width size for column 3 is: 17"
>
> And this is for a varchar(43) field. When I enter a string into the
> column from my Java text field I get the diagnostic:
> "Invalid value for the column: product_name"
>
> I figure that all I have to do is enable MB but I can't find it. If
you
> have not encountered this problem before, do you know of a user group
> where I can post a question.
>
> Sincerely,
>
> Allan in Belgique
>
> Allan(at)ppc(dot)pims(dot)org
>
>
>

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#========================================= wieck(at)debis(dot)com (Jan Wieck) #

************

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 1999-10-07 14:57:31 Re: [HACKERS] psql and comments
Previous Message Tom Lane 1999-10-07 14:34:27 Re: [HACKERS] Re: [GENERAL] Re: [PHP3] Re: PostgreSQL vs Mysql comparison