You can specify the port in the connection string. In the case of the
legacy connection string you're using, you can add `/<port-number>`
after the IP address (or host name):
192.168.1.1/3050:C:\DATOS\MyDatabase.FDB
If you use the modern URL-like connection string, it is:
inet://
192.168.1.1:3050/C:\DATOS\MyDatabase.FDB
Mark
--
Mark Rotteveel