Show TOC

-10320: LOB already closed for parameter/column (<number>)Locate this document in the navigation structure

Use

Explanation

The SQLDBC_LOB::putData or SQLDBC_LOB::getData method that was called could not be executed, because the LOB object belonging to parameter/column <number> was already closed using the SQLDBC_LOB::close method.

User Response

To open the LOB object, execute the SQLDBC_PreparedStatement::execute method again.