OracleTrace Q

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
benbahrenburg
Posts: 25
Joined: Mon 02 Oct 2006 19:15

OracleTrace Q

Post by benbahrenburg » Tue 04 Dec 2007 22:41

Hi,

Just a few questions about OracleTrace

1) Is it possible to fetch the OracleTrace object from the connection object? This would be useful in cases where a user might activate on one form then close.

2) Failing the above, is there away to use the OracleTrace object as a collection? This would allow me to associate the object with the matching OracleConnection Collection object.

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Thu 06 Dec 2007 13:20

The OracleTrace component has a reference to OracleConnection component, but OracleConnection does not reference OracleTrace in any way. This is designed behavior.

If this does not answer your question, please rephrase the question.

Post Reply