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

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -