Subject | Specifying a Port # |
---|---|
Author | Steve Harp |
Post date | 2005-08-16T01:42:39Z |
Hi All,
I've been trying to specify a port other than 3050 for connections and
haven't found a working solution yet. I've changed the firebird.conf
to use port 3051 but my connections don't work.
TIB_Connection1.Server := (MyServer + '/' + IntToStr(3051) + ':');
I also need to use TIBOBackupService, TIBORestoreService, and
TIBOValidationService. Could someone please give me a working example
of how to specify a connection string using a different port for these
components? What properties need to be set and what is the syntax?
Since the components don't have a ConnectionString property, it isn't
clear how this is done.
Thanks,
Steve
I've been trying to specify a port other than 3050 for connections and
haven't found a working solution yet. I've changed the firebird.conf
to use port 3051 but my connections don't work.
TIB_Connection1.Server := (MyServer + '/' + IntToStr(3051) + ':');
I also need to use TIBOBackupService, TIBORestoreService, and
TIBOValidationService. Could someone please give me a working example
of how to specify a connection string using a different port for these
components? What properties need to be set and what is the syntax?
Since the components don't have a ConnectionString property, it isn't
clear how this is done.
Thanks,
Steve