Subject Re: [firebird-support] Problem with multi-threaded update/query
Author Doug Chamberlin
At 08:27 PM 6/14/2007, phil_hhn wrote:
>Can anyone tell me - do the queries in both the threads need to be
>synchronized, or is the correct way to do this actually to create a
>second connection to the database (for the second thread to use)?

The correct way to do this is to have a separate connection to the database
for each thread.