Executing SQL-Statement in Background (Interbase)
This will be controlled through an appropriate property.
42
votes
Arkadiusz Wolanski
shared this idea
-
F.Dille commented
This could be very helpful to build applications without freeze main task on large selects. It is possible with own threads but would be much better as buildin feature with option like open "async" and a event which is called if done
-
Dorin Marcoci commented
This can be done by coder in a separate thread.
Currently Interbase & Firebird require separate connection per thread for a thread-safe code.