Board index » delphi » Run several SQL queries concurrently

Run several SQL queries concurrently

Q: We would like to run several SQL queries concurrently on the same
Oracle database(i.e. start one before first is finished). The only way
to do it is to start it in separate threads. Should we create session
for each thread? If yes, then why?

Regards Thomas.
Tho...@TeknoGuide.Dk
Denmark.

 

Re:Run several SQL queries concurrently


Thomas

Quote
> Should we create session
> for each thread?

Yes, absolutely.

Derek Davidson
Get a FREE copy of DK's Audit Components for Delphi from my web site:
http://freespace.{*word*269}.net/d.davidson
Now Includes INFOPOWER Derived components and a demo

(Remove the x to EMail me : der...@mksoft.com)

Other Threads