Re: Link Office Word form document with data from PostgreSQL

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Link Office Word form document with data from PostgreSQL
Date: 2015-03-30 15:18:23
Message-ID: 5519693F.2060404@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice pgsql-sql

On 3/30/2015 1:20 AM, avpro avpro wrote:
>
> Have you ever experienced how to populate fields from a MS Office Word
> document with a PostgreSQL data available either in a table or view?
>
> I haven’t seen anything on the web; only possible with MS products, VS
> or Access.
>
> Thank you for your input
>

Microsoft Office tools like Word should be able to directly access
Postgres databases via ODBC or OLEDB with the suitable Postgres driver
(odbc or oledb) installed on the Windows system, and configured to
access the Postgres database. I've done this in the past with Excel,
no reason it wouldn't work in Word.

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paul Ramsey 2015-03-30 15:20:46 Re: [postgis-users] Memory management in postgres (with liblwgeom functions in particular)
Previous Message Igor Stassiy 2015-03-30 15:11:12 Memory management in postgres (with liblwgeom functions in particular)

Browse pgsql-novice by date

  From Date Subject
Next Message Vincenzo Campanella 2015-03-30 15:37:28 Re: [SQL] Re: Link Office Word form document with data from PostgreSQL
Previous Message Vincent Veyron 2015-03-30 13:01:21 Re: [GENERAL] Link Office Word form document with data from PostgreSQL

Browse pgsql-sql by date

  From Date Subject
Next Message Vincenzo Campanella 2015-03-30 15:37:28 Re: [SQL] Re: Link Office Word form document with data from PostgreSQL
Previous Message Vincent Veyron 2015-03-30 13:01:21 Re: [GENERAL] Link Office Word form document with data from PostgreSQL