Board index » off-topic » threads and BDE components - ?
|
andru123
Delphi Developer |
threads and BDE components - ?2003-11-25 05:40:31 PM off-topic9 Hi, In the article 'Performing database queries in a background thread' bdn.borland.com/article/0,1410,16231,00.html it says that each TQuery must have its own Tsession. Is it also the case if: - I have the same TQuery performing different SQL queries sequentially, one after another? - I have 2 TQueries open simultaneously (so I open 1st query, then open second, then close first and second). Do these 2 TQuery ought to have each own separate session? Or one will do for both? |
