I WOULD LIKE AN EXAMPLE TIBCTraceService
Posted: Fri 28 Oct 2016 17:24
I WOULD LIKE AN EXAMPLE TIBCTraceService
Discussion forums for open issues and questions concerning database tools, data access components and developer tools from Devart
https://forums.devart.com/
Code: Select all
IBCTraceService.Server := Server;
IBCTraceService.Port := Port;
IBCTraceService.Username := Username;
IBCTraceService.Password := Password;
IBCTraceService.ClientLibrary := ClientLibrary;
Code: Select all
IBCTraceService.Attach;
Code: Select all
IBCTraceService.StartTrace;
Code: Select all
while not IBCTraceService.Eof do
Memo.Lines.Add(IBCTraceService.GetNextLine);