Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delphi IBX - TIBBackupService - Cannot attach to services [CORE6451] #6684

Open
firebird-automations opened this issue Nov 20, 2020 · 1 comment

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Pavel Třešňák (pavel.tresnak)

TIBBackupService cannot be used in Delphi 10.4.1. It is affected by the EUAActive (isc_info_db_eua_active) function, which returns 1 even though it is not supported by Firebird. IBX is primarily for Interbase, but has worked with Firebird since Delphi 7 (as I remember). I solved the problem with Delphi support (https://quality.embarcadero.com/browse/RSP-31418) and there they claim that Firebird should return 0 in a function it does not support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment