I'm trying to fire one active link, then create a pause for 5 seconds, and have the second active link fire. Any ideas? Is there a SQL command that I can run as a "direct SQL" action in my active link?
#58569 - 01/29/0203:01 AMRe: Question on AL Wait
[Re: Anonymous]
Anonymous
Unregistered
a) Create a dumyy table
b) Implemt your active link to run direct sql to update this table
c) Implement a triger to observee the change on this table and pause for 5 secounds by using pl/sql or t./sql utility in Oracle/MS SQl or syb