Subject batch job
Author Peppe Polpo
there is a FB database on a Linux remote server. From a remote PC,
I'd like to async connect to the server, assign a time consuming
batch job, disconnect, wait a few hours, reconnect and read the
results.

Is this technically possible with a 2-tiers application ?

If I feed a script to the database (with a final COMMIT), will the
script be executed even if I disconnect from the server ?

Regards

Peppe Polpo