Entering content frame

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

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 Action:

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

 

Leaving content frame