flamerobin

connecting to firebird server from client

你说的曾经没有我的故事 提交于 2020-01-07 04:15:09
问题 I have a problem connecting to Firebird 3 running on a Windows Server 2012 from a Windows 10 client. Firebird is running on the server and my application is ok and accesses the Firebird database on the server. However it cannot connect to the backup service. I installed Flamerobin on the client and it cannot connect to the server at all with an "unable to complete network request to host SERVER" error when I run "retrieve server version". So my application can run using the Firebird database

connecting to firebird server from client

空扰寡人 提交于 2020-01-07 04:15:06
问题 I have a problem connecting to Firebird 3 running on a Windows Server 2012 from a Windows 10 client. Firebird is running on the server and my application is ok and accesses the Firebird database on the server. However it cannot connect to the backup service. I installed Flamerobin on the client and it cannot connect to the server at all with an "unable to complete network request to host SERVER" error when I run "retrieve server version". So my application can run using the Firebird database

Why does Firebird 2.5.8 return NONE on SELECT CURRENT_ROLE?

落爺英雄遲暮 提交于 2019-12-11 00:31:03
问题 Following on from my question here How to REVOKE ROLE GRANTED BY another user on Firebird 2.5.8? and @Arioch's helpful suggestion to query what ROLE is actually connected prior to the command. SELECT CURRENT_ROLE FROM RDB$DATABASE Now despite my connection string explicitly using "ROLE=RDB$ADMIN", checking in gsec that the given user has admin option, when I run the command the result is NONE. This was using the Firebird ADO.NET FirebirdSql.Data.FirebirdClient interface v6.6. So I performed a