Subject | Re: [firebird-support] Problem with multi-threaded update/query |
---|---|
Author | Doug Chamberlin |
Post date | 2007-06-15T00:39:10Z |
At 08:27 PM 6/14/2007, phil_hhn wrote:
for each thread.
>Can anyone tell me - do the queries in both the threads need to beThe correct way to do this is to have a separate connection to the database
>synchronized, or is the correct way to do this actually to create a
>second connection to the database (for the second thread to use)?
for each thread.