Re: 2147217865 Error Message Attempting to Populate a RecordSet from a DB2 Database



I've resolved my own issue. I didn't fully qualify the call library of
the table. Everything worked fine after putting the appropriate
library name in front of the table, like so:

LIBRARY.TABLE_NAME

In my case the library name was the database instance name in DB2.

.