hi, there,
i`m trying to setup sequoia on MSSqlserver2000,when i execute a sql which is
include a field type is ntext(lenght:16),the sql like this:
select description from company , then sequoia throws exception:
org.continuent.sequoia.common.exceptions.NotImplementedException: Backend
driver gave an object of an unsupported java type:
net.sourceforge.jtds.jdbc.ClobImpl, at colum number 0 of name description
not implemented
at
org.continuent.sequoia.common.exceptions.driver.protocol.ControllerCoreException.compatibilityWrapperHack
(ControllerCoreException.java:83)
at org.continuent.sequoia.driver.Connection.statementExecuteQuery(
Connection.java:2801)
at org.continuent.sequoia.driver.Statement.executeQuery(Statement.java:511)
at org.continuent.sequoia.driver.PreparedStatement.executeQuery(
PreparedStatement.java:168)
at com.rocie.util.database.TestDBConnection.getCompanyByCorpid(
TestDBConnection.java:99)
at com.rocie.util.database.TestDBConnection.main(TestDBConnection.java:162)
Caused by:
org.continuent.sequoia.common.exceptions.driver.protocol.ControllerCoreException:
Backend driver gave an object of an unsupported java type:
net.sourceforge.jtds.jdbc.ClobImpl, at colum number 0 of name description
not implemented

what is the reason,and how can i solve this problem without modify current
code.
thanks.







--
www.5dinfo.net
_______________________________________________
Sequoia mailing list
[EMAIL PROTECTED]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to