OracleConnection, OracleCommand and transaction interaction
491176Feb 15 2006 — edited Feb 17 2006Can someone explain why when I dispose OracleConnection it doesn't dispose all OracleCommand like other provider?
In the same way, can someone explain why the OracleCommand doesn't dispose his OracleParameters like other provider??
All that cause me some problems because I have to implement, for my multi provider system, an exception for ODP.Net (With Firebird, SqlClient, Mysql we do not have to dispose oraclecommand)
Finally, if I dispose and OracleCommand executing in a transaction, is the transaction still valid?
Thanks,