Firebird connection in C#
问题 i have problem with connection.. I can connect without problems to my database, when this database is downloaded on my computer: viewdataConnection.ConnectionString = "User ID=sysdba;Password=masterkey;Database=localhost:F:\\machine.FDB;DataSource=localhost;Charset=NONE;" everything is working fine. But problems starts when i try to connect to this base in lan network: viewdataConnection.ConnectionString = "User ID=sysdba;Password=masterkey;Database=10.48.14.51:d:\\backup\\machine.fdb;