Question:
Does Elipse E3 allow firing several queries at the same time?
Solution:
Yes, it does.
To do this, you will need to use the Execute method, that executes a SQL command that does not have a return (such as DELETE, UPDATE, or INSERT), configured in the Query’s SQL property.
To use commands that doesn’t have a return, such as SELECT, can be used GetADORecordSet or GetAsyncADORecordSet methods.