Managing UniDAC Connections for Multi-Threaded Fetch & Transactional Updates
Could you please tell me how to use UniDAC?
I'd like to use separate connections in threads for data retrieval (Select). For saving data, I want to update multiple datasets within a single transaction.
Previously, I used TClientDataSet and switched its provider/connection between retrieval and saving. However, when I switch the Connection property of a TUniQuery, the dataset closes automatically. Is there a better way to handle this?