net.sourceforge.jtds.jdbc.clobimpl 无法转换为 java.lang.string(jTDS)

net.sourceforge.jtds.jdbc.clobimpl cannot be cast to java.lang.string(jTDS)

useBlobs=false 使用 XAPoolDataSource。

抛出类似 'title description while call resultset.getObject()'

的异常

我不知道是什么问题。

公共连接字符串

jdbc:jtds:sqlserver://ServerName;DatabaseName=xxx;instance=xxx

来自官网的规则

jdbc:jtds:<server_type>://<server>[:<port>][/<database>][;<property>=<value>[;...]]

如标题所述,我解决异常的解决方案

jdbc:jtds:sqlserver://ServerName;useLOBs=false;DatabaseName=xxx;instance=xxx

请将useLOBs=false;作为第一个参数