According to the Interbase Express "documentation" (for want of a better 
word) you can run multiple transactions over a single database connection.

Experiments indicate that this can only be done in a serial fashion (ie: 
transaction 2 can only start after transaction 1 is finished). Does this 
sound correct ?

I have several threads running in the same application, all of which want 
to do things with the database (some modify, some monitor and log events, 
etc). Is there any way to allow multiple simultaneous transactions over the 
same connections, or will I have to have each of my threads open a new 
connection (and how will this affect the IB server's licensing model ) ?

Cheers,
Simon Mahony,
System Creator,
MetService.

---------------------------------------------------------------------------
  New Zealand Delphi Users group - Database List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to