How to detect float format by passing SQL_CHAR to float column ?

From: "lothar(dot)behrens(at)lollisoft(dot)de" <lothar(dot)behrens(at)lollisoft(dot)de>
To: pgsql-odbc(at)postgresql(dot)org
Subject: How to detect float format by passing SQL_CHAR to float column ?
Date: 2006-01-19 15:27:09
Message-ID: 1137684429.653275.89500@o13g2000cwo.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

as the documentation of postgresql, there is a floating point format
like 10.1234 but I do not see
10,1234. Is that ever like the documentation ?

The issue is because I pass a SQL_CHAR value from a GUI text control
that allows also a comma
in the string.

If there are commas possible, how do I detect it ?

Thanks, Lothar

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Tom Lane 2006-01-19 15:39:53 Re: How to detect float format by passing SQL_CHAR to float column ?
Previous Message Ludek Finstrle 2006-01-19 14:24:12 Re: BEGIN and autocommit(false) (was: some question about SavePoint ?)