Re: NEW ODBC DRIVER
jose' soares <sferac@bo.nettuno.it>
From: "Jose' Soares Da Silva" <sferac@bo.nettuno.it>
To: Byron Nikolaidis <byronn@insightdist.com>
Cc: interfaces postgres <pgsql-interfaces@postgresql.org>
Date: 1998-05-11T13:25:03Z
Lists: pgsql-hackers
On Fri, 8 May 1998, Byron Nikolaidis wrote:
> Hello all,
>
> There is a new odbc driver (version 6.30.0237) and source code at our
> ...
> Feedback on this new driver is appreciated.
>
I just down load the ODBC 6.30.0238
and seems that it works well with Access. Thanks to Byron. Great job!
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'