Access to Store and Forward system from scripting

When performing database inserts through scripting, it would be useful to have those transactions go through the Store and Forward system used by Transaction Groups.

I will second this request. I have several insert/update queries and “one-way” stored procedure calls that would benefit from Store&Forward. We have occasional network slowdowns and the monthly Sunday 3am Db outage for 20 minutes.
Any select query or stored procedure that returned values should have a flag/argument that bypasses store&forward. A flag on script queries would leave the Store&Forward decision in the script programmer’s hands.

Hi,
i had the same needs and wrote a little module that at least enables store&forward for inserts from scripts. Feel free to use it if it fits your requirements.