Table of Content
HAL Forum
function integer StartDatabaseCopy (
)
Description:
Starts database copying as it has been set up through Enterprise settings.
global
function Integer ServerStartDBCopy()
begin
  Integer res;
  
  res = StartDatabaseCopy;
  ServerStartDBCopy = res;
  return;
end;
Related topics:
««