Re: [INTERFACES] ODBC oin Windows - Mailing list pgsql-interfaces

From Ken J. Wright
Subject Re: [INTERFACES] ODBC oin Windows
Date
Msg-id 3.0.32.20000106105502.009194e0@ren.cncware.com
Whole thread Raw
List 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





pgsql-interfaces by date:

Previous
From: Lamar Owen
Date:
Subject: Re: [INTERFACES] Re: Adding a Search Link ... (fwd)
Next
From: "Joe Shevland"
Date:
Subject: Re: [INTERFACES] query java object?