[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 ma

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/d

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