From: Carlos G. A. <car...@te...> - 2003-06-21 10:05:58
|
Hello: > Does the gds client incorporated into the provider support custom port > numbers for the connection? Yes you can specify one in the connection string, iusing the Port element: string connectionString = "User=SYSDBA;" + "Password=masterkey;" + @"Database=EMPLOYEE.GDB;" + "DataSource=localhost;" + "Port=3060;" + <-------------- "Dialect=3;" + "Charset=NONE;" + "Role=;" + "Connection lifetime=15;" + "Pooling=false;" + "Packet Size=8192"; -- Best regards Carlos Guzmán Álvarez Vigo-Spain |