Hi,
i have two Uniconnections in my Project and i will only monitor (UnisqlMonitor) one Connection (one for Logging and one for Live Data). Is this possible and if it is, how can i do this?
Best Regards
Monitor only one Connection
Re: Monitor only one Connection
hello,
Such functionality are not supported.
Such functionality are not supported.
Re: Monitor only one Connection *SOLVED*
OK, i found an Solution by my self 
TForm1.UniSQLMonitor1SQL(Sender: TObject; Text: string;
Flag: TDATraceFlag);
begin
if TUniTable(Sender).Connection=MyConnection then ...
or
if TUniQuery(Sender).Connection=MyConnection then ...
....
end;

TForm1.UniSQLMonitor1SQL(Sender: TObject; Text: string;
Flag: TDATraceFlag);
begin
if TUniTable(Sender).Connection=MyConnection then ...
or
if TUniQuery(Sender).Connection=MyConnection then ...
....
end;
Re: Monitor only one Connection
Glad to see that you have found the solution. If you have any other questions, feel free to contact us