[GENERAL] Automation Using Databases.

2007-08-12 Thread Jasbinder Singh Bali
Hello, I'm going to give you all an overview of my system which is as follows: A record gets inserted in a table, trigger is fired (after insert) and this tirggers calls a function written in perl. This function is a client socket implementation and opens a socket connection between the database

Re: [GENERAL] Automation Using Databases.

2007-08-12 Thread Andrej Ricnik-Bay
On 8/13/07, Jasbinder Singh Bali [EMAIL PROTECTED] wrote: A record gets inserted in a table, trigger is fired (after insert) and this tirggers calls a function written in perl. What kind of event inserts the record? And what's the purpose of the whole automation tool? Thanks alot in advance

Re: [GENERAL] Automation Using Databases.

2007-08-12 Thread Andrej Ricnik-Bay
On 8/13/07, Harpreet Dhaliwal [EMAIL PROTECTED] wrote: There's a table in which data gets inserted. a simple table insert. I really can't leak out the purpose of the tool because I'm not supposed to Well ... if you guys don't say what you're doing how do you expect to get feedback of others who