unable to find an inherited method for function ‘fetch’ for signature ‘"OdbcResult"’

When running this line of code:

df <- fetch(my_query)

I got this error:

Error in (function (classes, fdef, mtable)  : 
  unable to find an inherited method for function ‘fetch’ for signature ‘"OdbcResult"’

How can I solve it?

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.