SqlCeResultSet convert to DataSet ?

  • Thread starter Thread starter Keven
  • Start date Start date
Since SqlCeResultSet is a DataReader plus extra functionality, you should be
able to just treat it as a DataReader to fill a DataSet. Have you tried
that?
 
Sure, you could do that. But I thought the question was about using
SqlCeResultSet.
 

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