Subject Re: [firebird-support] FB Client support multi threading ?
Author Jonathan
Thank you for the answer Helen. It's really helpful

On 6/3/05, Helen Borrie <helebor@...> wrote:
>
> 1. Don't try to use local connections: use one or the other of the
> network protocols to connect.
>
> 2. Don't try to make *any* connections to databases that are referred to by
> shares or mappings.
>
> The connection string should be either:
>
> For TCP/IP:
> ServerName:D:\absolute\path\to\database.file
>
> For Named Pipes:
> \\ServerName\D:\absolute\path\to\database.file
>
> For TCP/IP, if the client program is local, i.e. running on the host
> machine, you can also use the local loopback server:
>
> Localhost:D:\absolute\path\to\database.file
...