Subject: | JDBC to MSSQL Server 2000 |
When extracting "text" fields from an MSSQL Server I get this stacktrace
from the JDBC-proxy:
[Thread-1] sending error: [Microsoft][SQLServer 2000 Driver for
JDBC]Unsupported method: ResultSet.getUnicodeStream
[Thread-1] error: java.sql.SQLException: [Microsoft][SQLServer 2000
Driver for JDBC]Unsupported method: ResultSet.getUnicodeStream
at
com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source)
at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown
Source)
at
com.microsoft.jdbc.base.BaseResultSet.getUnicodeStream(Unknown Source)
at com.vizdom.dbd.jdbc.Connection.handleRequest(Connection.java:704)
at com.vizdom.dbd.jdbc.Connection.run(Connection.java:207)
at java.lang.Thread.run(Unknown Source)
And the DBD connection stops working.
Is the sourcecode for the JDBC-daemon available anywhere?
Jesper