global function Integer ServerStartDBCopy() begin Integer res; res = StartDatabaseCopy; ServerStartDBCopy = res; return; end;