Subject Re: [firebird-support] Delphi 7/FIBPlus with FB 1.5 Question...
Author Pavel Menshchikov
Hello Myles,

MW> Does anyone here know if FIBPlus 5.3 works ok with Firebird 1.5,
MW> particularly with the Restore FIBPlusService component? I have everything
MW> else working fine with it, but I'm having some difficulty getting the
MW> Restore Service to work.
What are your difficulties?

MW> Has anyone been able to get this working with Firebird 1.5 Super Server?
I use FIB+ 6.x with D6 and FB 1.5 like this
-----
with DtM.FBRestore do
begin
Screen.Cursor:=crHourGlass;
try
Params.Clear;
Params.Add('user_name='+DtM.ACDB.ConnectParams.UserName);
Params.Add('password='+DtM.ACDB.ConnectParams.Password);
DatabaseName.Clear;
DatabaseName.Add(TmpDBName);
BackupFile.Clear;
BackupFile.Add(OpenDlg.FileName);
Active:=true;
ServiceStart;
while not Eof do
GetNextLine;
Active:=false;
finally
Screen.Cursor:=crDefault;
end;
end;
-----
I don't think the developers of FIB+ have modified services API calls
after version 5.3.


HTH
--
Best regards,
Pavel Menshchikov
http://www.ls-software.com