On Wednesday 05 October 2005 11:50, Jose Luis Calvo wrote:
> One way to do that is using the best of the two alternatives, the
> trigger (may be in RPG) put an entry in a DTAQ, an have a Java
> program waiting in that DTAQ.
Thanks for the replies; we're going to set up a trigger against the
database on the '400 that writes the record into a data queue. A
program on the Linux server will read from that queue and write the
record into his (Postgres) database. I'll let you know how it turns
out...