Table of Content
HAL Forum
function LongInt ServerDBSize (
)
Description:
Returns the size of Enterprise HDB in kilobytes.
global
procedure OnApplicationStartup() 
begin
    
  stopalert(ServerDBSize);
  
return;
end;
Related topics:
««