I use Firebird 2.5 and Delphi 2010.
I need to disable sweeping on a database.
When i excecute this code i have this error:
please retry, specifying an option.
IBCConfigService11 := TIBCConfigService.Create(nil);
IBCConfigService11.ClientLibrary := 'fbclient.dll';
IBCConfigService11. LoginPrompt := false;
IBCConfigService11.Username := 'SYSDBA';
IBCConfigService11.Password := 'masterkey';
IBCConfigService11.Server := mainform.db_server;
IBCConfigService11.Database := mainform.path_db;
IBCConfigService11.Protocol := TCP;
IBCConfigService11.Active := true;
IBCConfigService11.SetSweepInterval(0);
IBCConfigService11.Active := false;
IBCConfigService11.Free;
Help: IBCConfigService.SetSweepInterval error
-
AndreyZ
Hello,
This error is caused by server. You will find information about this problem here: http://www.firebirdfaq.org/faq170
This error is caused by server. You will find information about this problem here: http://www.firebirdfaq.org/faq170