Re: Numeric datatype doesn't match those from older driver version ? - Mailing list pgsql-odbc

From Adam M
Subject Re: Numeric datatype doesn't match those from older driver version ?
Date
Msg-id 84b37b360812171210s23ba6c13i7affe2a70b36637a@mail.gmail.com
Whole thread Raw
In response to Re: Numeric datatype doesn't match those from older driver version ?  (Hiroshi Inoue <inoue@tpf.co.jp>)
Responses Re: Numeric datatype doesn't match those from older driver version ?  ("Dave Page" <dpage@pgadmin.org>)
List pgsql-odbc
On Sat, Dec 13, 2008 at 6:50 PM, Hiroshi Inoue <inoue@tpf.co.jp> wrote:
> You can handle the UTF-8 database with Unicode or
> ANSI version driver.
> If you would handle the (var)char data as UTF-8
> strings, please use the ANSI driver.
> If you would handle the (var)char data as UTF-16
> strings, please use the Unicode driver.

I did not know that! I've always *assumed* that ASCII version was for
ASCII databases only. ASCII generally means 7-bit encoding, not 8-bit
like UTF-8.

Maybe a better name for the drivers would be,
   psqlodbc.msi
   psqlodbc-multibyte.msi

and most Windows users (I hope) would assume what you wrote.

- Adam

pgsql-odbc by date:

Previous
From: Lothar Behrens
Date:
Subject: Re: Numeric datatype doesn't match those from older driver version ?
Next
From: "Dave Page"
Date:
Subject: Re: Numeric datatype doesn't match those from older driver version ?