[fpc-pascal] SQLDB Firebird port other than 3050

2011-11-15 Thread Reinier Olislagers
Hi all,

This is probably my confused week, but I couldn't find any documentation.

How do I specify the port number when connecting to Firebird/Interbase
databases with sqldb on a different port than the default (3050)?

Thanks,
Reinier
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] SQLDB Firebird port other than 3050

2011-11-15 Thread michael . vancanneyt



On Tue, 15 Nov 2011, Reinier Olislagers wrote:


Hi all,

This is probably my confused week, but I couldn't find any documentation.

How do I specify the port number when connecting to Firebird/Interbase
databases with sqldb on a different port than the default (3050)?


Try
  /portnr:/path/to/database
in your databasename.

Michael.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


RE : [fpc-pascal] SQLDB Firebird port other than 3050

2011-11-15 Thread Ludo Brands
> 
> > Hi all,
> >
> > This is probably my confused week, but I couldn't find any 
> > documentation.
> >
> > How do I specify the port number when connecting to 
> Firebird/Interbase 
> > databases with sqldb on a different port than the default (3050)?
> 
> Try
>/portnr:/path/to/database
> in your databasename.
> 

host/port:c:\...\data.fdb

http://www.destructor.de/firebird/multiinstance.htm

Ludo

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal