Subject Re: [firebird-support] Embedded Firebird & ODBC Connections
Author Dmitry Sibiryakov
On 3 Oct 2005 at 16:14, grostoon wrote:

>BTW, is it safe to use the ODBC driver with libfbembed in a
>multithreaded Unix or Windows program that does direct connect to the
>database file (i.e connect '/some/file.fdb'; no use of the
>fb_inet_server) where several threads execute SQL statements in
>parallel ? Or is it necessary to use libfbclient ?

Windows fbembed is superserver, so multithreaded application is ok
as long as you don't try to use the same connection from many threads
simultaneously.
POSIX libfbembed is a classic engine, so it can't be used in
multithreaded applications.

--
SY, Dimitry Sibiryakov.