Re: [INTERFACES] Re: NEW ODBC DRIVER

From: Byron Nikolaidis <byronn(at)insightdist(dot)com>
To: "Jose' Soares Da Silva" <sferac(at)bo(dot)nettuno(dot)it>
Cc: interfaces postgres <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] Re: NEW ODBC DRIVER
Date: 1998-05-12 14:37:08
Message-ID: 35585E94.3AC79FF3@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

This sounds like a different problem. I have tested money columns and at least I
can see the data. Since the driver must convert the money type into a numeric,
maybe it is having trouble with your type of money. Didn't you say that you are
not using dollars?

Byron

Jose' Soares Da Silva wrote:

> On Mon, 11 May 1998, Byron Nikolaidis wrote:
>
> >
> >
> > Jose' Soares Da Silva wrote:
> >
> > > I have a problem with types.
> > > I created a table with a column of type money and another with type
> > > bool, Access translate money to numeric (double precision) and bool to
> > > text.
> > > I thought that Access recognized this types as Money and Yes/No.
> > > Is it an ODBC or a PostgreSQL problem ?
> > > Thanks, Jose'
> >
> >
> > In my tests, Access never bothered to retrieve the information returned by
> > the driver which says that the field is a MONEY type. I chose to make it a
> > numeric, but I could make it character, which would allow you to see the
> > money symbols, but I'm not sure if you could perform calculations on it?
>
> Numeric should be OK, but Access doesn't read the data on money fields.
> Access displays the word "#deleted" on the field instead of data.
>
> Jose'

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 1998-05-12 14:53:05 Re: [INTERFACES] MS Access & PsqlODBC: Invalid field name 'name'
Previous Message Byron Nikolaidis 1998-05-12 14:34:38 Re: [INTERFACES] MS Access & PsqlODBC: Invalid field name 'name'

Browse pgsql-interfaces by date

  From Date Subject
Next Message Rosauro, Guillaume 1998-05-12 14:47:29
Previous Message Byron Nikolaidis 1998-05-12 14:34:38 Re: [INTERFACES] MS Access & PsqlODBC: Invalid field name 'name'