Mmmh, are you sure? It's already mentioned in my uses-list. I'm using version 3.4.6.1. and:
procedure TFORMMain.InitUser;
begin
EnableMonitor;
end; { InitUser }
still gives me:
undeclared identifier EnableMonitor
Is there a way to enable/disable Oracle Monitor at runtime?
The docs say to put OracleMonitor in the uses-list and call EnableMonitor/DisableMonitor in your code. But it seems this call is not available. Do I need the pro-version?
Arie