[ psqlodbc-Bugs-1002204 ] Error in conversion to SQL_NUMERIC_STRUCT

From: <noreply(at)pgfoundry(dot)org>
To: noreply(at)pgfoundry(dot)org
Subject: [ psqlodbc-Bugs-1002204 ] Error in conversion to SQL_NUMERIC_STRUCT
Date: 2007-02-23 11:33:03
Message-ID: 20070223113303.07F2C217299@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Bugs item #1002204, was opened at 2007-02-23 11:33
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1002204&group_id=1000125

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Error in conversion to SQL_NUMERIC_STRUCT

Initial Comment:
Using psqlodbc 8.02.0200, when fetching data into an SQL_NUMERIC_STRUCT object, the precision is being set to an erronous value (seemingly 'total precision - scale').

To compare/contrast. This is the SQL_NUMERIC_STRUCT being passed into the interface during an insert of the decimal value '123.46':

precision = '5'
scale = '2'
sign = '1'
val = ':0' (0x3a, 0x30)

This data is correctly inserted into the database as '123.46'. When retrieving from the same column, psqlodbc is giving me this value:

precision = '3'
scale = '2'
sign = '1'
val = ':0' (0x3a, 0x30)

So, I cannot correctly interpret this return value. I would attach logs, but these show nothing of interest ... not sure what else to provide, but it does seem to be a consistent problem.

----------------------------------------------------------------------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1002204&group_id=1000125

Browse pgsql-odbc by date

  From Date Subject
Next Message hengky liwandouw 2007-02-26 10:33:27 PLS Help. Linked tables in MS Access
Previous Message Paul Lambert 2007-02-21 07:40:13 Re: Unable to connect on W2K