Re: UnixODBC/Postgres & Excel...

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Carl Shelbourne <Carl(dot)Shelbourne(at)marconi(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: UnixODBC/Postgres & Excel...
Date: 2000-09-14 15:05:25
Message-ID: 39C0E935.DB3134CA@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> I have Postgres 7 installed on solaris 2.6, using unixODBC (including the driver
> and driver manager that comes with unixODBC for Postgres) to make ODBC calls
> into Postgres.
> I am now interested in the possibility of being able to make queries to Postgres
> via Excel and ODBC on NT to generate reports.

I haven't done exactly what you are asking about, but...

You will need the client-side ODBC setup on your NT box. None of the
things labeled "ODBC" are relevant for the server-side machine, since
once the data is on the wire you are talking directly with the server.

So get the Win ODBC .dll package (I think it is on the Postgres ftp
site, and *should* be mentioned somewhere on the web site), install it,
configure it, and start running. The Postgres docs have some info on
these steps.

Good luck.

- Thomas

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ken Kachnowich 2000-09-14 23:02:21 How to get latest source code for JDBC
Previous Message Peter Mount 2000-09-14 12:36:05 RE: jdbc Bug ?