I want to migrate from gsec to isql but I'm facing issue I cannot connect to the local fb when using following command:
isql -x "127.0.0.1/3050:C:\Program Files\Firebird\security4.fdb" -u SYSDBA -p masterkey
With gsec this works fine even with RemoteAccess = false.
Is this desired behavior? I understand the gsec uses different approach but I would suppose it should be possible to connect to the database from the loopbacks addresses even with isql.
Note: I cannot use xnet uri.