S
Steve Cahoon
I am running an ADO application from Access that creates a
temporary collection on the AS/400, then runs multiple
AS/400 queries to build a result set. I then download the
result set to Access. Finally, I drop all of the tables
that I have created on the AS/400. As a last step, I would
like to drop the AS/400 collection but the command errors
out with "[IBM][Client Access Express ODBC Driver (32-bit)]
[DB2/400 SQL]SQL0913 - Row or object XXX in *N type *LIB
in use." However, since my application is the only one
using the library I know that it is not in use. Do you
have any idea how I can remove the collection? I am
executing a commit and a release but to no avail.
temporary collection on the AS/400, then runs multiple
AS/400 queries to build a result set. I then download the
result set to Access. Finally, I drop all of the tables
that I have created on the AS/400. As a last step, I would
like to drop the AS/400 collection but the command errors
out with "[IBM][Client Access Express ODBC Driver (32-bit)]
[DB2/400 SQL]SQL0913 - Row or object XXX in *N type *LIB
in use." However, since my application is the only one
using the library I know that it is not in use. Do you
have any idea how I can remove the collection? I am
executing a commit and a release but to no avail.