Subject Specifying port number in the connection string for NetBeui
Author x2412421
I have Firebird 1.5.2 installed on port 3051 on a Windows XP box
named SERVER1.

My connection string to access the database on that server using
TCP/IP is:

SERVER1/3051:C:\Data\Mydatabase.fdb

Everything is working fine when accessing the database using TCP/IP.


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

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

Thanks for any help.