> -----Original Message-----
> From: pgsql-odbc-owner@postgresql.org
> [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Jaime Casanova
> Sent: 12 November 2004 21:10
> To: pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] ODBC Driver stability
>
> Hi Dave,
>
> I was having a problem with the odbc driver, when i install
> it (v8.0.0.2) the spanish character that appears in my vb
> application get weird. Can you point me what place in the
> code is more significativly to this bug?
Err, probably not (unless I'm the wrong Dave). Is your database encoded
as SQL_ASCII? I know very little about encodings, but iirc non-ASCII
characters are not guaranteed to work correctly although they appear to
in some front end interfaces. I believe you need to use one of the latin
encodings or unicode to resolve this.
Regards, Dave.