Hi!
The question is as follows:
I have two costy update SQLs, which I want to execute simultaniously, is it possible?
To explain better, assume, that the following code will work:
ExecuteInBackground('Update ...');
ExecuteInBackground('Delete ...');
ExecuteInBackground('Insert ...')...