User-1941345780 posted
iv tried using the connection string mentioned in the website you provided the issue is im trying to connect to a database which is on different server, im using the following connection stirng
String ConnectionString = "User=SYSDBA;Password=masterkey;Database=\\server50:D:\\database\\Data\\play.ib;DataSource=playdatabase;
Port=3050;Dialect=3; Charset=NONE;Role=;Connection lifetime=15;Pooling=true; MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;
ServerType=0;";
but i keep getting the following error
Exception Details: FirebirdSql.Data.Common.IscException: Unable to complete network request to host "\server50".
any ideas on how i may be able to resolve this.