Pawan Ahuja
Answered On : Dec 4th, 2006
Pre-query trigger fires only ones while post-query trigger fires each time.
the Post-Query trigger fires each time Form Builder fetches a record into a block.
Regards
Pawan Ahuja

1 User has rated as useful.
Login to rate this answer.
Pre SQL query means that the integration service runs SQL commands against the source database before it reads the data from source. Post SQL query means IS runs SQL commands against target database after it writes to the target.
Login to rate this answer.