Subject | Re: [ib-support] Re: Connect to DB from Procedure ?? |
---|---|
Author | Doug Chamberlin |
Post date | 2001-08-08T13:11:16Z |
At 8/8/2001 07:06 AM (Wednesday), Damian Dowling wrote:
IDEA. While on the surface it seems possible, this is UDF abuse, plain and
simple. There are much better ways of doing this which involve event
alerts, logging utilities, and replication systems.
>The problem is that Databases B, C, D, etc must be updated no matter theUsing a UDF to connect to another database to make updates is A VERY BAD
>source of the changes to Database A. I had hoped that it could be done in
>Stored Procedures as it would make rollbacks easier.
>
>I think that the only solution is to use a UDF.
IDEA. While on the surface it seems possible, this is UDF abuse, plain and
simple. There are much better ways of doing this which involve event
alerts, logging utilities, and replication systems.