KB-29125: Firing several queries simultaneously.

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.

 

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *