Host:Port param

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for InterBase & Firebird in Delphi and C++Builder
Post Reply
Jorge

Host:Port param

Post by Jorge » Mon 07 May 2007 12:25

I am starting with CR dbExpress and I like it. But I cannot find how to setup Port parameter for Firebird database server running on other port then typical 3050. I have tried Params lines as: Port, HostName (as IP:Port) and so on but without result... Thanks for response.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Mon 07 May 2007 14:51

You should specify the Database parameter in the following way:
HostName/Port:DBPath (when connecting using TCP)

Post Reply