numeric locale x odbc

From: Edson Santos de Freitas Junior <edson(at)funcap(dot)ce(dot)gov(dot)br>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: numeric locale x odbc
Date: 1999-08-13 08:33:49
Message-ID: 37B3D86D.1C032C52@funcap.ce.gov.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Hi,

I'm trying to add locale support for the numeric type, it's hardy... :-}

I added - in backend/main/main.c - code to process the LC_NUMERIC
category, what changed the numeric decimal separator to comma.

For float types, it works well when I use pgsql, but with ODBC......
The curious is: my ODBC application (access) was working with
commas before the new code, but not now.

I suppose what the interface is doing some translation, but I cannot
find where this is happening.
Some clue?

Edson Freitas.

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ansley, Michael 1999-08-13 10:26:58 Query string length
Previous Message Mark Dzmura 1999-08-12 23:18:35 JDBC query...