hi all,
how to operate text or ntext type field in java ?
when i call a query with text resultmapping sqlmapping id,the error occured :
--- The error occurred in config/sqlmapping/plugins.xml.
--- The error occurred while applying a result map.
--- Check the plugins.pluginsResultMap.
--- Check the result mapping for the 'visitCounter' property.
--- Cause: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]ResultSet can not re-read row data for column 11.]; SQL was [(mapped statement)] for task [SqlMapClientTemplate]
--- The error occurred while applying a result map.
--- Check the plugins.pluginsResultMap.
--- Check the result mapping for the 'visitCounter' property.
--- Cause: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]ResultSet can not re-read row data for column 11.]; SQL was [(mapped statement)] for task [SqlMapClientTemplate]
but i removed the text field from the resultmapping ,then this mapping id is ok?
