Subject | Re: [IBO] TCP port settings |
---|---|
Author | Daniel Rail |
Post date | 2004-10-12T16:52:27Z |
Hi,
At October 12, 2004, 13:13, abedna2000 wrote:
Set the properties as follows:
IBODatabase.Server := 'myserver/1234';
IBODatabase.Path := 'c:\data\somedb.fdb';
And, that should work. I used IBODatabase, but simply replace it with
the name you are using. By setting these two properties, the
DatabaseName property will be populated automatically.
--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)
At October 12, 2004, 13:13, abedna2000 wrote:
> Is there a possibility to connect to IB/FB running on other portYes it is.
> than 3050? Best if I could do it with TIBODatabase, like setting
> DataBaseName to "myserver/1234:c:\data\somedb.fdb", which
> unfortunately doesn't work :-(
> Is that possible?
Set the properties as follows:
IBODatabase.Server := 'myserver/1234';
IBODatabase.Path := 'c:\data\somedb.fdb';
And, that should work. I used IBODatabase, but simply replace it with
the name you are using. By setting these two properties, the
DatabaseName property will be populated automatically.
--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)