Subject Re: [firebird-support] Specifying port number in the connection string for NetBeui
Author Dimitry Sibiryakov
On 15 May 2006 at 18:59, x2412421 wrote:

>What would be the connection string to access the database using
>NetBeui ?

Actually, not NetBEUI but Named Pipes. Named Pipes don't use TCP/IP
port 3050 (or 3051 as you configured it), so when you canged
listening port for TCP/IP it didn't affect name of the Named Pipe
(there is separate setting for it).

>I have tried
>\\SERVER1/3051\C:\Data\Mydatabase.fdb
>as well as
>\\SERVER1@3051\C:\Data\Mydatabase.fdb
>without any success.

There is no way to set name of the pipe in connection string. Only
in configuration file.

--
SY, Dimitry Sibiryakov.