Re: [INTERFACES] ODBC oin Windows

From: "Ken J(dot) Wright" <ken(at)ori-ind(dot)com>
To: Didier Gasser-Morlay <didierg(at)visualgroup(dot)com>, pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] ODBC oin Windows
Date: 2000-01-06 18:55:07
Message-ID: 3.0.32.20000106105502.009194e0@ren.cncware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

>1. Money type is seen has a float. Delphi complains when trying to post

Use the decimal type from 6.5.x

>2. Int8 is seen as a 17 byte string
>3. float4 is seens as using 8 bytes (as float8)

How are you viewing this data? Delphi provides casting methods
(AsString,AsFloat,etc) to convert a fields raw data to an appropriate data
type for your app.

f := Dataset.FieldByName('SomeField').AsFloat;

Ken

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Assaf Arkin 2000-01-07 00:28:13 Re: [INTERFACES] query java object?
Previous Message Lamar Owen 2000-01-06 18:41:01 Re: [INTERFACES] Re: Adding a Search Link ... (fwd)