TIBCBackupService - connect as role

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
yota
Posts: 10
Joined: Thu 19 Nov 2009 10:42
Location: Poland

TIBCBackupService - connect as role

Post by yota » Mon 10 Oct 2011 07:43

Is there a possibility to declare a role on a connection in TIBCBackupService?

And how can I connect with -nodbtriggers switch?

AndreyZ

Post by AndreyZ » Tue 11 Oct 2011 10:44

Is there a possibility to declare a role on a connection in TIBCBackupService?
For the time being TIBCBackupService doesn't support roles. We will investigate the possibility of adding such functionality.
And how can I connect with -nodbtriggers switch?
You should set the TIBCBackupService.UseNBackup property to True and the TIBCBackupService.NBackupOptions property to [nboNoTriggers].

Post Reply