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


useblobs=false using xapooldatasource.

throws exception 'title description while call resultset.getobject()'

i don`t know issue is.

common connection string

jdbc:jtds:sqlserver://servername;databasename=xxx;instance=xxx

rule official site

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

my solution solve exception title mentioned

jdbc:jtds:sqlserver://servername;uselobs=false;databasename=xxx;instance=xxx

please put uselobs=false; first param


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -