[KLUG Members] triggering a program

Richard Harding rharding at mitechie.com
Thu Feb 16 09:42:49 EST 2006


On Feb 16, 2006, at 9:26 AM, bill wrote:

> Sorry for the obscure subject line.  Here's the problem:
>
> Box 1 is a Win box, I have no access to it.
>
> Box 2 is a Linux box and db server.  I have -some- access to it.
>
> Box 3 is a LAMP server, I have full access to it.
>
>
> Scenario: Box 1 uses ODBC to INSERT to a DB on Box 2.
>
> Need: I need Box 2 to send information to Box 3 when that happens  
> (real
> time).
>
> I can probably use Curl for Box 2 to talk to Box 3, but what would  
> start
> it?
>
> Other ideas?

What DB are you running? I would look at the stored procedure options  
for your db and see if you can fire off a script post insert or  
something as a trigger.

Rick


More information about the Members mailing list