Subject | RE: [ib-support] building a mini-IBReplicator |
---|---|
Author | Alan McDonald |
Post date | 2003-04-05T09:35:06Z |
do you mean these two servers are not able to "see" one another?
-----Original Message-----
From: duilio_fos [mailto:irel_llc@...]
Sent: Saturday, 5 April 2003 7:26 PM
To: ib-support@yahoogroups.com
Subject: [ib-support] building a mini-IBReplicator
Application A uses database A.
Application B uses database B.
Currently some data - routinely entered into database A - is printed,
then manually re-entered into database B.
The task is to find a way to trasfer this data automatically from
database A into database B (after some processing).
Ideally the trasfer should be immediate, using the After Insert/After
Update triggers in database A, but I doubt that this is possible.
In practice, an acceptable solution would be to write all
updated/inserted/deleted data into an external file.
When the user of application B click a given button, data is read
from the external data and written into database B.
Before I dive into code, does somebody know a better solution ?
TIA
Duilio Foschi
To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
-----Original Message-----
From: duilio_fos [mailto:irel_llc@...]
Sent: Saturday, 5 April 2003 7:26 PM
To: ib-support@yahoogroups.com
Subject: [ib-support] building a mini-IBReplicator
Application A uses database A.
Application B uses database B.
Currently some data - routinely entered into database A - is printed,
then manually re-entered into database B.
The task is to find a way to trasfer this data automatically from
database A into database B (after some processing).
Ideally the trasfer should be immediate, using the After Insert/After
Update triggers in database A, but I doubt that this is possible.
In practice, an acceptable solution would be to write all
updated/inserted/deleted data into an external file.
When the user of application B click a given button, data is read
from the external data and written into database B.
Before I dive into code, does somebody know a better solution ?
TIA
Duilio Foschi
To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/