Hi I'm saving a blob file in database but the next error message is showed:
06/04/07 12:11:29 gob.pe.mtc.framework.exception.NegocioException: com.ibatis.dao.client.DaoException: Failed to execute queryForObject - id [PSST_ARCHIVO.SAV], parameterObject [EMAIL PROTECTED] Cause: com.ibatis.common.jdbc.exception.NestedSQLException: --- The error occurred in gob/pe/mtc/siict/dat/soporte/ibatis/sqlmapdao/sql/PSST_ARCHIVO.xml. --- The error occurred while applying a parameter map. --- Check the PSST_ARCHIVO.SAV-InlineParameterMap. --- Check the parameter mapping for the 'arcArchivo' property. --- Cause: java.sql.SQLException: El tamaño de los datos es mayor que el tamaño máximo para este tipo: 109678 Caused by: java.sql.SQLException: El tamaño de los datos es mayor que el tamaño máximo para este tipo: 109678 Caused by: com.ibatis.common.jdbc.exception.NestedSQLException: --- The error occurred in gob/pe/mtc/siict/dat/soporte/ibatis/sqlmapdao/sql/PSST_ARCHIVO.xml. --- The error occurred while applying a parameter map. --- Check the PSST_ARCHIVO.SAV-InlineParameterMap. --- Check the parameter mapping for the 'arcArchivo' property. --- Cause: java.sql.SQLException: El tamaño de los datos es mayor que el tamaño máximo para este tipo: 109678 Caused by: java.sql.SQLException: El tamaño de los datos es mayor que el tamaño máximo para este tipo: 109678 HOw i can save files bigger than 109678 ?
