Error using OracleCommand.ExecuteStream and ExecuteToStream
414582Feb 13 2004 — edited Feb 16 2004I'm querying an 8i database, and testing different methods for retrieving XML.
When I call OracleCommand.ExecuteStream (connection initialized properly and everything), i get the following SystemException: "Operation is not valid due to the current state of the object."
I can't see any options i'm not setting. Does this work with 8i (we are migrating to 9i), or do I need to set some different settings?