Subject | RE: [firebird-support] Re: FireBird 2.0 and Windows |
---|---|
Author | Alan McDonald |
Post date | 2007-10-29T22:36:57Z |
> > Hello,From the lack of information - it's a guess.
> >
> > I have a software that is developed in Delphi 5 and it uses two
> > threads connected to the database. The software works fine
> if FireBird
> > is under Linux. But under Windows it not works. The second thread
> > cannot be connected to the database.
> >
> > Any help?
>
> More information please:
>
> * What do you mean by "not works" and "cannot be connected to
> the database"? (Exact exception messages are often helpful in solving
> problems)
> * How do you connect from Delphi? (What components)
> * Do you establish a separate connection from each thread or
> otherwise handle thread safety of connections?
> * Is your connection string IDENTICAL in both threads?
>
> Our multi threaded applications work with embedded,
> superserver and classic server, so I am not sure where Alan
> is going with that line of questioning.
>
> Adam
But a poorly written threaded application running against classic may work
since classic will offer a new conection (no?)
But SS will not and result in thread conflicts.
As I said - no information results in wild guess answers
Alan