RE: [INTERFACES] ODBC oin Windows

From: Michael J Davis <michael(dot)j(dot)davis(at)tvguide(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 17:05:13
Message-ID: 93C04F1F5173D211A27900105AA8FCFC299577@lambic.prevuenet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Use the numeric data type. You must have Postgres 6.5 or greater.

Michael J Davis
BackOffice Development, TV Guide Networks
Office: 303-267-6809 Fax: 303-267-6889
Home Office: 303-460-7360 Fax: 303-460-7362
Pager: 303-461-4002
Email: Michael(dot)J(dot)Davis(at)tvguide(dot)com

> -----Original Message-----
> From: Didier Gasser-Morlay [SMTP:didierg(at)visualgroup(dot)com]
> Sent: Thursday, January 06, 2000 2:40 AM
> To: pgsql-interfaces(at)postgreSQL(dot)org
> Subject: [INTERFACES] ODBC oin Windows
>
> I have downloaded and happilly installed the odbc driver for Windows
> from insightdist.com
>
> I am using Delphi 4 SP3 on Windows NT 4 SP3 and I have the following
> questions/problems
>
> 1. Money type is seen has a float. Delphi complains when trying to post
> a float into a money
> 2. Int8 is seen as a 17 byte string
> 3. float4 is seens as using 8 bytes (as float8)
>
> 4. Since the money type is not recommended, I was planning to store
> money amount in int8 forcing the number of decimals to a known number.
> Since delphi sees int8 as a string this makes life a bit tricky,
> especially doing calculations. How do you store large money amounts (4
> bytes when you store e.g. italian Lira or Spanish Pesetas is a bit
> small)
>
> Any ideas ?
>
> Didier
>
>
>
>
> --
> --------------------------------------------------------------------------
> ------------------
> Any views or opinions are solely those of the author and do not
> necessarily
> represent those of Visual Communications Group or its principal
> operating
> divisions (FPG, Telegraph Colour Library, Planet Earth Pictures,
> Colorific!, Pix, Giraudon, Bavaria Bildagentur).
> --------------------------------------------------------------------------
> ------------------
> The information transmitted is intended only for the person or entity to
> which
> it is addressed, and may contain confidential and/or privileged
> material.
> If you are not the intended recipient of this message, please do not
> read,
> copy, use or disclose this communication; and please notify the sender
> immediately. It should be noted that any review, retransmission,
> dissemination or other use of, or taking action in reliance upon, this
> information by persons or entities other than the intended recipient is
> prohibited.
> --------------------------------------------------------------------------
> ------------------
>
> ************

Browse pgsql-interfaces by date

  From Date Subject
Next Message The Hermit Hacker 2000-01-06 18:09:54 Re: Adding a Search Link ... (fwd)
Previous Message Peter Mount 2000-01-06 12:27:54 RE: [INTERFACES] JDBC & Netscape