Returning Oracle Data Reader

  • Thread starter Thread starter Anon
  • Start date Start date
A

Anon

I have a method that returns OracleDataReader type. I am
having problems calling the method from Web Services.
Can the Oracle Data Provider for .NET be serialized? if
not what are my alternatives.
 
Hi,

The DataReader can not be serialized, you could consider returning a DataSet
or a collection.

Hope this helps
 
DataReader can not be serialized. A Dataset can be serialized and should be
used in this situation
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top