Integration PostgreSQL with Firebird

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Wojciech
    New Member
    • Jun 2011
    • 1

    Integration PostgreSQL with Firebird

    I would like to integrate the database PostgreSQL and Firebird. The problem is this:

    - Postgres to execute update / insert,
    - These data (from PostgreSQL), I have to copy the database Firebird;

    I give to trigger AFTER INSERT / UPDATE on tables in PostgreSQL. But what next? how to pass data to Firebird?
Working...