Subject | Re: [firebird-support] Embedded server |
---|---|
Author | Helen Borrie |
Post date | 2006-07-29T16:10:31Z |
At 02:04 AM 30/07/2006, you wrote:
threads). Define a datamodule containing
everything that will be used by a thread instance
- including a connection - and create (and
afterwards destroy) an instance of this datamodule for each thread instance.
./heLen
>Hi All,No, you can't do this (share a connection across
>
>Is firebird embedded thread safe ?
>
>May i run some jobs in a separate thread and
>this threads query (select, insert, update) the embedded server ?
>I´m using Delphi 7 and Zeos library to connect.
>I will create the query in runtime and will
>share the same connection component.
threads). Define a datamodule containing
everything that will be used by a thread instance
- including a connection - and create (and
afterwards destroy) an instance of this datamodule for each thread instance.
./heLen