psqlODBC and Access

From: Typing80wpm(at)aol(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: psqlODBC and Access
Date: 2005-04-22 21:23:24
Message-ID: c8.5d867feb.2f9afd8c@aol.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I successfully installed the PostgreSQL ODBC driver, and got Access to link
to a table as external data.

It took me a while to figure out what the proper parameters might be in
configuring the ODBC

in the control panel in Administrative Tools, and then to fill in the proper
fields in Access when defining the external data linked table.

In Administrative Tools, ODBC, the Database name is the database I created
in Postgresql, which I called lantimes. The Server was a REAL MYSTERY, until
I read something in google which suggested that it should be localhost.

I was in despair for a while, until I saw it suddenly work.

Another problem I encountered, in the two tables I created in pgAdmin III ,
involves two different numeric fields, where I get the message from Access
"Field is of type MONEY but expression is double precision." The field was
defined in the sql statement in PostgreSQL as MONEY. I was simply copying an
exercise from a SQL primer. Should I not use MONEY in defining such fields to
be used with ACCESS? Is there a different TYPE that I should use in my
definition? Thanks!

By the way, what would you suggest as a tool to administer the PostgreSQL
databases. I mean, something sort of graphical which would display tables and
names and relationships.


Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2005-04-22 21:28:28 Re: libpq Unicode support?
Previous Message Bruce Momjian 2005-04-22 21:19:43 Re: libpq Unicode support?