mail merge with postgresql data
Klaus Dahlke
klaus.dahlke at gmx.de
Sun Oct 19 00:36:12 CDT 2003
On Fri, 17 Oct 2003 20:50:14 +0100
Henry Gomersall <whg21 at cam.ac.uk> wrote:
> I want to do a mail-merge with info from the accounts in Open Office.
>
> Firstly, is this feasible - if so, why not?
>
> Secondly, open office does not support Postgresql, but does support
> ODBC, JDBC, MySQL and several others. How might I best open the data
> file in OOo?
>
> Thanks
>
> hen
>
> --
Hen,
OO does work with Postgresql, you need just the odbc-lib for postgres. See attached an excerpt from my $HOME/.odbc.ini:
[konteneuro]
Driver=/usr/lib/libpsqlodbc.so
Database=konteneuro
Servername=localhost
Port=5432
ReadOnly = 0
In Data Sources in OO select ODBC and select then the proper database name.
Cheers,
Klaus
More information about the gnucash-user
mailing list