Jiri Cincura skriver:
> if there's somebody using trace API from fbtracemgr or 3rd party
> tools, can you share your scenarios, your goals, your usage, ...? I
> implemented in .NET provider, but I'm now thinking how to do the
> public classes etc. the best most useful way. So any feedback is
> appreciated.

A bit late, but since you receive no other replies...

I am currently not using the trace API in any way, but I am using 
Firebird from a .NET application and your provider.

The primary use case I can imagine for my application in the not so 
distant future is tot race and log all SQL passed to the server along 
with query plan, timings and parameter values.

I would probably want to do this per connection. So I would probably 
want to be able to pass a fbConnection to a trace initiator and then 
receive trace output whenever that connection does something. It could 
call an event handler, which would interpret the trace data and save it 
to a log of my choice.

I don't know if this would work at all, since I'm not familiar with the 
trace API provided, but I can always comment on it if you state what can 
and cannot be done.

Regards,
Kjell
-- 
--------------------------------------
Kjell Rilbe
DataDIA AB
E-post: kj...@datadia.se
Telefon: 08-761 06 55
Mobil: 0733-44 24 64

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to