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
Post a Comment