Skip Menu |

This queue is for tickets about the DBD-JDBC CPAN distribution.

Report information
The Basics
Id: 17239
Status: new
Priority: 0/
Queue: DBD-JDBC

People
Owner: Nobody in particular
Requestors: jesper [...] krogh.cc
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.68
Fixed in: (no value)



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