Multithreading : Copy data from query
Hello,
I'am testing multithreading with IBDac. For the moment the solution I have found is :
1) Execute a TIbcquery in a thread
2) Copy the result of 1) into a Memory Dataset (in the main thread) when 1) finished.
I would like to know if it possible to do something like Firedac :
https://delphi.programmingpedia.net/en/tutorial/4114/retrieving-updated-tdataset-data-in-a-background-thread
or
https://riptutorial.com/fr/delphi/example/14361/exemple-firedac
The very interesting to transfer data between Query is the property :
Form.FDQuery1.Data := Query.Data;
4
votes
![](https://secure.gravatar.com/avatar/406440158270716bc976f89566dd8045?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)