ESQL and triggers

shawnroth

New Member
I'm trying to stuff some things into a Progress V9.1 database. One of the tables has a trigger that runs another program to handle some actions that must be taken once a record is written to this table.

It works great if I use the triggers from within the Progress database, but if I attempt to insert a record into the table from SQL, then it cannot find the program (i.e. it doesn't know where to look)...

Any ideas? Or solutions?

Thanks,

Shawn
 
Top