owc next version must support datasets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

what i have discovered is that owc9 dont support recordsets while owc11
support recordsets

' owc9
objPivotTable.DataSource =objRS

'this give error : Class does not support Automation or does not support
expected interface
But above line of code works fine if owc11 is used.

it means OWC11 is capable of accepting Recordsets as datasource whil owc9 is
not.

while following code doesnt work for any of owc9 and owc11


objPivotTable.DataSource =objDataSet '' doesnt work for b


so i think next version of owc can be made capable of accepeting Datasets as
datasource as well.
 

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